README
Dynamic table
Table component with pagination and sorting functionality.
Installation
yarn add @atlaskit/dynamic-table
Usage
Detailed docs and example usage can be found here.
A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.
<script type="module">
import atlaskitDynamicTable from 'https://cdn.skypack.dev/@atlaskit/dynamic-table';
</script>
Table component with pagination and sorting functionality.
yarn add @atlaskit/dynamic-table
Detailed docs and example usage can be found here.