server side : multiple field search + select all row
server side : multiple field search + select all row
![davcarnaby](https://secure.gravatar.com/avatar/d27fa910f9ad386724475b1865bbf10a/?default=https%3A%2F%2Fvanillicon.com%2Fd27fa910f9ad386724475b1865bbf10a_200.png&rating=g&size=120)
Dear all,
i'm stucking from 2 days on this problem.
is possible to make a server side application with multiple field search(select and textbox) and select all row functions??
any example??please help me
i'm stucking from 2 days on this problem.
is possible to make a server side application with multiple field search(select and textbox) and select all row functions??
any example??please help me
This discussion has been closed.
Replies
With select box
http://www.datatables.net/release-datatables/examples/api/multi_filter_select.html
and with input box
http://www.datatables.net/release-datatables/examples/api/multi_filter.html
I just see this example but i don't understand how to merge the two examples.