How to get data after flter or searching

How to get data after flter or searching

nobunobu 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'
});

Answers

  • nobunobu Posts: 5Questions: 2Answers: 0

    I can resolve myself.
    I can get oSettings.aiDisplay from API.

This discussion has been closed.