I am working on a sort routine for a calcite-table component. I am trying to include an arrow icon to indicate which column is being sorted and in which direction. I can't find a way to render the arrow icon because of the shadow-dom I assume. Is there any way to work around this? Thanks.
https://codepen.io/joffreyj/pen/qBegqJo
Solved! Go to Solution.
I ended up using the "description" attribute of the header. Not ideal but it works.
I ended up using the "description" attribute of the header. Not ideal but it works.