Hi
We use datatables extensively, and with Metronic 8, the default search/filter box is seperate from the datatable.
When SaveState = True is set, how can the original search term be retained in the filter input field ?
<input type="text" id="ev_filter_search" class="form-control form-control-solid form-select-sm w-250px ps-9 me-3" placeholder="Search" />
Hi,
You will need to handle it using KTCookie to store the search form value and handle it according to your requirements.
Regards.