How to do paging or ordering by taking the reference var Using DataTables
How to do paging or ordering by taking the reference var Using DataTables
I am Using Datatables for doing grouping,paging or sorting.I want to take reference variable of datatables initialisation and apply gouping or paging based on sutiation.See the code Below.
var table=$('#table_Id0').dataTable();
Here all the functionality is working but i don't all the functionality at a time.It should be dynamic based on condition.Is there any way can we take this reference variable "table" and apply some logic like paging false.
table.paging:false
How to apply logic on reference variable.Any suggestion?
Answers
Any Suggestion on this ?