HI! I want to display a sort indicator icon next t...
# kvision
j
HI! I want to display a sort indicator icon next to the table header’s column name. Is there a documented way to do this?
r
Hi. What kind of table component do you use?
j
I’m using a simple HTML table. Would you recommend other component?
r
It depends on your use case. Tabulator component has built-in support for header sorting but it could be an overkill for simple cases.
j
Thanks, I will look at tabulator.
r
Unfortunately Bootstrap doesn't contain header icons support for simple tables, so KVision doesn't as well. You would need to create it manually. You could check: https://codepen.io/jtrumbull/pen/NGZxaz
j
Nice! Thanks for pointing it out.