Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jsx/FilterForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class FilterForm extends Component {
value: filterValue ? filterValue : '',
key: key,
}));
// Initialize filter for StaticDataTable
// Initialize filter for DataTable
this.setFilter(elementName, child.props.name, filterValue);
} else {
formChildren.push(React.cloneElement(child, {key: key}));
Expand All @@ -122,7 +122,7 @@ class FilterForm extends Component {
* empty.
*
* Sets exactMatch to true for all SelectElements (i.e dropdowns)
* in order to force StaticDataTable to do exact comparaison
* in order to force DataTable to do exact comparaison
*
* @param {string} type - form element type (i.e component name)
* @param {string} key - the name of the form element
Expand Down
60 changes: 0 additions & 60 deletions jsx/StaticDataTable.d.ts

This file was deleted.

Loading
Loading