We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d536b commit 6d13a86Copy full SHA for 6d13a86
packages/react-bootstrap-table2/src/filters.js
@@ -21,6 +21,7 @@ const Filters = (props) => {
21
columns.forEach((column, i) => {
22
filterColumns.push(<FiltersCell
23
index={ i }
24
+ key={ column.dataField }
25
column={ column }
26
currFilters={ currFilters }
27
onExternalFilter={ onExternalFilter }
0 commit comments