Skip to content

Make headerFilterButton customizable by childComponents

Compare
Choose a tag to compare
@komarovalexander komarovalexander released this 15 Aug 20:09
· 484 commits to master since this release
a32fcd9

#223

headFilterButton was added to childComponents

      childComponents={{
        headFilterButton: {
          content: ({ column: {key}}) => key === 'name' && <></>,
        },
      }}

demo: https://komarovalexander.github.io/ka-table/#/header-filter