![]() | ![]() |
KoolGrid - Powerful PHP GridFullVersion 5.7.0.1 released on 05/19/2017
Scrolling - Frozen Columns
![]() |
Could not connect to database! Click here to re-install |
Description & Sample code
When you have a lot of horizontal columns and you hate to scroll back and forth to read information at last column and match them with the one at first column, the Frozen Columns feature will be the saver.
Simply set the number of first columns you want to be frozen with FrozenColumnsCount, you have turned on the feature:
$grid->MasterTable->FrozenColumnsCount = 2; // You want first 2 columns are frozen
![]() | ![]() |