Closed marcotuna closed 4 years ago
When I try to filter/search individual column the value is not handled. It just draws the same table as if does not get any filter
For example (Data in GET/POST Request):
columns[4][search][value]: testColumnFilterString columns[4][search][regex]: false
Javascript Function:
deviceTable.column(4).search("testColumnFilterString").draw();
Has anyone managed to solve this problem? would be useful to me
PR #12 should fix this issue. Please re-open if the issue is still there.
When I try to filter/search individual column the value is not handled. It just draws the same table as if does not get any filter
For example (Data in GET/POST Request):
Javascript Function: