Upgrade filter types to support configurable autoRemoval

This commit is contained in:
tannerlinsley
2019-07-26 10:19:38 -06:00
parent fd8a686b30
commit 90922f8637
25 changed files with 10987 additions and 38 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ function Table({ columns, data }) {
<table {...getTableProps()}>
<thead>
{headerGroups.map(headerGroup => (
<tr {...headerGroup.getRowProps()}>
<tr {...headerGroup.getHeaderGroupProps()}>
{headerGroup.headers.map(column => (
<th {...column.getHeaderProps()}>{column.render('Header')}</th>
))}