Table

Contrary to common belief, the data-ts="Table" attribute should not be assigned to a table element because the component will create that table itself. Instead, we can assign it to a div.

  • <div data-ts="Table"></div>

All features are controlled through an API as outlined on the following pages.

If you find a bug or need a feature…

  • Create GitHub Issue…