Allow column filter callbacks to rename their parameter #380
natepisarski
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This request is for letting users of this package rename the parameter in the Filter callback for columns.
The root cause of the issue appears to be this line in the Column class.
Example of column that works
Example of column that doesn't work
This would fail with an error such as:
Rationale
This is overall a very minor issue. But it prevents the use of
compact
. So in the above non-working example, the formatting line could be shortened to:if it didn't need to be named
value
.Beta Was this translation helpful? Give feedback.
All reactions