Searching on Header
Searching on Header
AAS
Posts: 7Questions: 5Answers: 0
Hello,
The table Im using has its relationship on the Y axis, not on the X axis.
I need to use the search function on the table headers and display the matching columns.
Thanks
This discussion has been closed.
Answers
Hi @AAS ,
I suspect you could do this, but you would need to do a few things, such as
filter()
orcolumn().data()
for a matchcolumn().header()
in that searchcolumns().visible()
Possible, but definitely a few hoops to jump through...
Cheers,
Colin
Thanks Colin, I ended up laying my table differently.