Table
A responsive table element to display data in rows and columns.
Key Props
data: as an array of objects, the columns will be generated based on the keys of the objects.columns: as an array of [ColumnDef](https://tanstack.meta: as an object ([TableMeta](https://tanstack.loading: to display a loading state, theloading-colorprop to change its color and theloading-animationprop to change its animation.sticky: to make the header or footer sticky.virtualize: to enable virtualization for large datasets as a boolean or an object with options like{ estimateSize: 65, overscan: 12 }.
Usage
<UTable
<!-- props here -->
/>