react-bootstrap-table/react-bootstrap-table2

Error thrown when clear all filter triggered with column toggles

sharvesh opened this issue · 0 comments

Hi there,

I have recently been assigned to maintain on an application that is using this library and I'm trying to find a working solution for a error that has been there a while in the app

Conditions to reproduce this, have the following enabled in the page :

  1. Filters - Enable multiple types (text, select & multiselect)
  2. Clear all filter button / function call
  3. Column toggle

Steps :

  1. load page.
  2. select / key in the filters
  3. hide one of the columns that has the filter values
  4. call the reset filter

Error will be throw for the hidden columns
image

Any suggestions or working sample for me to reference this.