-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Built-in DataTables search does send correct JSON to server with non-empty search
property, but it seems the library simply ignores it. Since search itself is provided, I see this as missed opportunity rather than bug.
Your example provides external search facilities instead, but that requires developer interference in JS search handler or server-side controller/API endpoint. Having that done by library itself will be appreciated.
To reproduce:
- Use Demo;
- Modify wwwroot/js/app.js: add
f
option somewhere into 'dom'; - Observe that built-in search triggers loading data popup but does nothing.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request