DatatablesForEach-Custom-Knockout-Binding icon indicating copy to clipboard operation
DatatablesForEach-Custom-Knockout-Binding copied to clipboard

Server-side processing isn't supported

Open phobos2077 opened this issue 8 years ago • 0 comments

Bindings does not work with serverSide: true. We can ajax our data manually of course, but this way we miss important features:

  • Building request parameters for pagination, sorting and searching (there are already solutions for most backend languages to read DataTables request and process it in DB)
  • Automatic refresh when changing search value, sorting column or paging settings.

phobos2077 avatar Nov 23 '16 10:11 phobos2077