How to use column filter with Server Side Processing in DataTable?

How to use column filter with Server Side Processing in DataTable?

belmarkjunebelmarkjune Posts: 1Questions: 1Answers: 0

Guys, is the column filter usable if I'm using Server Side processing with DataTable? I mean, can it search on all data not just the displayed data? Say for example, the actual query returns 10 thousand records, but the initial display is just 10 records, so can it search all through the 10 thousand records? or do I have to use onkeyup function to detect searching and re-query, then redraw the DataTable?

This discussion has been closed.