Searching on Header
Searching on Header
![AAS](https://secure.gravatar.com/avatar/40a04242248f6362cd777a59a53784c1/?default=https%3A%2F%2Fvanillicon.com%2F40a04242248f6362cd777a59a53784c1_200.png&rating=g&size=120)
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.