Table: filter by checkbox/radio button selection #2464
tomas-kvaraciejus-bentley
started this conversation in
Ideas
Replies: 1 comment
-
|
Thanks for sharing this. At the moment, there is no plan to support this on our end. Implementing it on the consumer's end is the recommended way for now. The sandbox from #1672 (comment) gives a good idea on how to implement it on the consumer's end. Although there are no plans to support this from our end in the near future, we are taking this into consideration. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the default methods to filter Table columns only include options for simple string, number, and date matching.


For certain workflows, however, it may be more convenient to provide the user with a list of existing, unique values present in the column for filtering. Additionally, checkbox selection would allow for intuitive application of several filters for the same column at once.
An example of this is visible in this screenshot of the iTwin Analytical Synchronizer application.
Above is an example of this implemented manually by providing a custom component for the Filter property of a Table. However, this seems like it could be a common enough use case to warrant implementing as a default behavior.
In fact, several discussions have already been opened about how this could be achieved through custom behavior:
#1672
#1239
Beta Was this translation helpful? Give feedback.
All reactions