Problem with pagination
Problem with pagination
Hi,
I am relatively new to data tables, hence facing many issues.
I am using jquery-1.8.2.
I have a data table where I am trying to have pagination functionality.
Data is being fetched from server and values for iTotalRecords and iTotalDisplayRecords are being set correctly, with iTotalRecords far greater than iTotalDisplayRecords. I guess this is what causes pagination.
But still prev/next buttons are begin shown deactivated().Firebug shows that class used is "paginate_disabled_next".
Can anyone please tell me why is it so?
Manish
I am relatively new to data tables, hence facing many issues.
I am using jquery-1.8.2.
I have a data table where I am trying to have pagination functionality.
Data is being fetched from server and values for iTotalRecords and iTotalDisplayRecords are being set correctly, with iTotalRecords far greater than iTotalDisplayRecords. I guess this is what causes pagination.
But still prev/next buttons are begin shown deactivated().Firebug shows that class used is "paginate_disabled_next".
Can anyone please tell me why is it so?
Manish
This discussion has been closed.
Replies
Allan