alwint3r / sequelize-datatable-node

MIT License
11 stars 12 forks source link

Individual Column Filter #9

Closed marcotuna closed 4 years ago

marcotuna commented 6 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();
robertosousa1 commented 5 years ago

Has anyone managed to solve this problem? would be useful to me

alwint3r commented 4 years ago

PR #12 should fix this issue. Please re-open if the issue is still there.