How to get data after flter or searching
How to get data after flter or searching
nobu
Posts: 5Questions: 2Answers: 0
hello
This is the same as http://www.datatables.net/forums/discussion/214/how-to-get-searched-or-filtered-data#
However, I use DataTable fucntion. "_" function is not supported in this version. How to get the data in this case.
table = $('#item-table').DataTable( {
"data": dataSet,
"columns": [
{ "title": "Item URL", render: tabLinkvar},
],
dom: 'fltip'
});
This discussion has been closed.
Answers
I can resolve myself.
I can get oSettings.aiDisplay from API.