Back to Table Component Documentation
The search control (aka quick filter) is a feature that allows users to filter the records displayed in the table. The control is a search input that can be used to filter records based on the values in the columns.
<k-table id="quickFilterExample">
<k-tc-search slot="top" style="width: 20rem"></k-tc-search>
</k-table>
<script type="module" src="../kempo/components/tableControls/Search.js"></script>
<script type="module">
document.getElementById('quickFilterExample').setRecords(contacts);
</script>