react-bootstrap-table/react-bootstrap-table2

Dynamically update multiselect items

Open

#782 aberto em 1 de fev. de 2019

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (415 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (1.249 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Hi - great library :)

i am implementing a faceted display of tabular data - similar to the old MIT Exhibit Project. What i liked about Exhibit (and am now trying to reimplement using react-bootstrap-table2) is the ability to have multiple multiSelectFilter's on a single table - having the 'other' multiSelectFilter lists dynamically update when items are selected to be filtered.

is there a way to trigger the 'other' multiSelectFilters to update based on what has been filtered?

Guia do colaborador