Hello,
I am working on upgrading my project from Keen v2 to v3. In the new datatables implementation I cant seem to get the search / filter bar to render. There's no mention of it in the keen docs either but its been a datatables feature since v1.
Using this on my layout pages:
<link href="assets/plugins/custom/datatables/datatables.bundle.css" rel="stylesheet" type="text/css"/>
<script src="assets/plugins/custom/datatables/datatables.bundle.js"></script>
Hi,
Keen v3 uses the Datatable plugin for CRUD examples. KTDatatable is no longer used in v3. You can learn the Datatable Server Side processing. You can check Keen Docs for Datatables.
Regards.
I understand that. I never used KTDatatable before. Please note that in the Datatable Server Side processing it has the search bar by default, yet none of the examples in the Keen docs for Datatables has a search bar at all.
See Example
Hi,
Have you checked Datatable Server Side Processing?
You can see how the PHP backend script api/datatables.php
handles the Ajax responses.
However, if you are looking for Ajax datatable please check this example.
The js initialization of the above table is defined here:src/js/custom/apps/ecommerce/customers/listing/listing.js
.
Regards.