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
The event @on-column-filter is the only one that is only emitted for server-side tables. As the docs say:
event emitted when column is filtered (only emitted for remote mode)
Why is that so? It would be nice to have this information always available, also when not in remote mode. I believe I'm not the only one with this need, see e.g. #778. In my case I want to filter items on a map synchronously with the filters set in the table.
Thank you for any information! :)
The text was updated successfully, but these errors were encountered:
(the fromFilter parameter has nothing to do with remote mode or not, the previous if in line 1339 neither and there's also no earlier return or similar)
So I just tried it and discovered it IS indeed always emitted! 👍
Therefore I'll rephrase my issue to "fix the documentation accordingly please" :)
Issue Type
Specs
What version are you using?
2.21.10
What browser?
Firefox
Question/Enhancement Request
The event
@on-column-filter
is the only one that is only emitted for server-side tables. As the docs say:Why is that so? It would be nice to have this information always available, also when not in remote mode. I believe I'm not the only one with this need, see e.g. #778. In my case I want to filter items on a map synchronously with the filters set in the table.
Thank you for any information! :)
The text was updated successfully, but these errors were encountered: