0
ashgadala created
ASPNETZERO-JQUERY v12.0.1
Where do we find option to enable default search input in datatables.
When I call new Datatable source from CDN Datatable search input is enabled and displayed. But it is not displayed using default bundles. I looked everywhere but not able to find the option.
I know this is not a datatables issue. https://datatables.net/examples/basic_init/dom.html
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
1 Answer(s)
-
0
add "searching": true, to datatable config. This is hidden by default. in datatable.defaults.js
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)