DatatablesForEach-Custom-Knockout-Binding
DatatablesForEach-Custom-Knockout-Binding copied to clipboard
Server-side processing isn't supported
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.