Forum Discussion
Anonymous
5 years agoNot applicable
Filter table based on column value starting with
So I have a table, with many columns, and one column which is "serial_number". Below my table, I want to have a button that when clicked (like an on/off switch) would show ONLY the table rows for whi...
- 5 years ago
Hi Anonymous
This can be achieve using bookmarks.
You can create one bookmark by adding advance filter as starts with on serial_number column
and add one more bookmark without filter for "off" condition
Now you add two buttons one for on and one for off. Put action type as bookmark and select respective bookmark for your button action
Thanks
Jihwan_Kim
5 years agoSuper User
- Anonymous5 years agoNot applicable
As a begginer, I would appreciate instructions on how you created that...