spatie / vue-table-component

A straight to the point Vue component to display tables
http://vue-table-component.spatie.be
MIT License
588 stars 149 forks source link

table component filter autofocus #147

Closed 4moradi closed 6 years ago

4moradi commented 6 years ago

First of all, thanks for this nice component! How is it possible to add autofocus to input filter of table? And one more question, how can I select the string automatically after enter something to filter?

Thanks a lot

sebastiandedeyne commented 6 years ago

Autofocus isn't possible out of the box. You could achieve it by writing some custom JavaScript outside of the component.

What do you mean by selecting the string? If you mean highlighting the result, that's outside of the scope of this package.

4moradi commented 6 years ago

Thanks a lot about this: Autofocus isn't possible out of the box. You could achieve it by writing some custom JavaScript outside of the component.

Would you please help me to do this?

about second question, I mean when I search a string like "Vue book" and see the results, when I want to search for another book, I should clear the "Vue book" by hand and search again, but if "Vue book" select automatically, when I press the keyboard the "Vue book" string would be replaced by new string