predixdesignsystem / px-data-grid

Predix UI component which defines a data grid
https://www.predix-ui.com/#/elements/px-data-grid
Apache License 2.0
12 stars 20 forks source link

Added `disable-all-columns-filter` property #817

Closed evanjd closed 5 years ago

evanjd commented 5 years ago

This property disables the "All columns" filter in the filter modal, pictured below:

screen shot 2019-01-14 at 4 41 52 pm

This is useful when using px-data-grid with remote data providers that cannot efficiently search all columns (eg. when backed by some NoSQL stores, like ElasticSearch if the _all field is disabled, etc)

Resolves #797.