Make headerFilterButton customizable by childComponents
komarovalexander
released this
15 Aug 20:09
·
484 commits
to master
since this release
headFilterButton was added to childComponents
childComponents={{
headFilterButton: {
content: ({ column: {key}}) => key === 'name' && <></>,
},
}}
demo: https://komarovalexander.github.io/ka-table/#/header-filter