Flicker when load records
- Single Page
Posted 16 February 2012 - 15:08 PM
I see a flicker when I use your examples.
I think that is because they are large tables and load all records.
Is there any option that can reduce this flicker.
Is there any way to load data will be based on the rendered page?
If not possible, how I can put an icon loader while loading the data and generates the table?
best regards
Posted 16 February 2012 - 16:23 PM
$crud->set_theme('datatables');
Posted 16 February 2012 - 18:59 PM
Only flexigrid works with server-side requests. So you can just change the theme.
Posted 16 February 2012 - 19:24 PM