You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Does canFilter really work?
I opened this example from site and added canFilter: false to column 'Age'. There was no result. I deleted lines 361, 362 and default filter was rendered. { Header: 'Age', accessor: 'age', canFilter: false, },
Console.log in my project always shows 'canFilter: true' too in sprite of my table model.
I want to use both default filter and canFilter-rule. What is wrong?
(upd: the problem was solved by adding a custom field 'filterable', but I still want to know why canFilter: false does not work)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Does canFilter really work?
I opened this example from site and added canFilter: false to column 'Age'. There was no result. I deleted lines 361, 362 and default filter was rendered.
{ Header: 'Age', accessor: 'age', canFilter: false, },
Console.log in my project always shows 'canFilter: true' too in sprite of my table model.
I want to use both default filter and canFilter-rule. What is wrong?
(upd: the problem was solved by adding a custom field 'filterable', but I still want to know why canFilter: false does not work)
Beta Was this translation helpful? Give feedback.
All reactions