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

mohammed sameenmohammed sameen Posts: 5Questions: 3Answers: 0

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

This discussion has been closed.