Deep linking into DataTables
Deep linking into DataTables
cmskwarok
Posts: 4Questions: 2Answers: 0
https://datatables.net/blog/2017-07-24
Is there a specific method to applying deep linking to an existing DataTable instance?
This discussion has been closed.
Answers
Do you mean that you have two different DataTables on a page and you want to limit the deep link to a single one?
Thanks,
Allan
I have an instance defined as such and looking to apply the deep linking to the same instance.
var assignmentTable = $('#assignment').DataTable({
autoWidth:false,
dom:'Bfrtip',
stateSave:true,
searching:false,
info:false,
ajax:"assignments.cfm",
...
I see - thanks. You could use something like:
Allan