Categories | Question details Back To List | ||
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 |