Table - Record Filerting

Back to Table Component Documentation

Record filtering is a feature that allows users to filter the records displayed in the table. The table component provides a filter control that can be used to filter records based on the values in the columns. This control uses a Dialog to display the current filters and allows the user to create filters.

<k-table id="recordHidingExample">
<k-tc-filters slot="top"></k-tc-filters>
</k-table>
<script type="module" src="../kempo/components/tableControls/Filters.js"></script>
<script type="module">
document.getElementById('recordHidingExample').setRecords(contacts);
</script>