Closed tbreetz closed 6 years ago
When sorting by descending, the headers of the table are sent to the bottom of the table.
It will also put the headers in the middle of the table where the sorted column goes from negative to positive numbers.
👋 my suspicion is the markup for your table isn't correct. Is your heading wrapped in a <thead> element?
<thead>
@tristen ah, yes. That was it, thank you!
When sorting by descending, the headers of the table are sent to the bottom of the table.
It will also put the headers in the middle of the table where the sorted column goes from negative to positive numbers.