Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by ludovic on May 29, 2008 06:57
open dhtmlx forum
Set number of rows per page

Hi all,

I use dhtmlxgrid 1.6 and i have a paging table (Paginal Output. Bricks Skin).

Is there a way to modify the number of rows per page after the initialization of the table?

Thanks in advance.

Ludovic
Answer posted by Support on May 29, 2008 09:15
Can be done as
    grid.rowsBufferOutSize = new_size; // new_size must be a number
    grid.changePage(); //  repaint grid