Is there a way to set focus on filter input when table shows?
Hi, I use keyboard a lot, and I wish to have focus on the search field when the table shows. Is it possible?
Thanks
5 Replies
Hello, @PabloZagni did you find a solution?
You would need to use some JS on page load, if the search element exists, auto-focus
is there an event to listen to? I had to implement like a timeout to wait until the element is available.
Not that I know off.
Nope