Hi. I would like to filter the table on the first render using, for example, an ID.
is that possible? I am passing an array to the 'defaultFiltered' props, but nothing happens.
Thank you.
That would likely be done outside of your render function, f.e. a callback function in componentWillMount
Please see here: https://codepen.io/tannerlinsley/pen/OgQmKa?editors=0010 for how to use defaultFiltered Or join us on slack for more discussion!
@tannerlinsley Here you have mentioned a single value for the filter. Can we use an array of key and values for filter and if how can it be done? thanks
Most helpful comment
Please see here: https://codepen.io/tannerlinsley/pen/OgQmKa?editors=0010 for how to use

defaultFilteredOr join us on slack for more discussion!