Skip to content

[FEATURE] Utilize built-in search #38

@aubiyko

Description

@aubiyko

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:

  1. Use Demo;
  2. Modify wwwroot/js/app.js: add f option somewhere into 'dom';
  3. Observe that built-in search triggers loading data popup but does nothing.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions