Skip to content

Commit

Permalink
Add sortable example
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Dec 13, 2024
1 parent 1574572 commit b97b606
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions panel/lab/components/tables/4_component/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
<k-lab-example label="Default">
<k-table :columns="columns" :options="options" :rows="rows"></k-table>
</k-lab-example>
<k-lab-example label="Sortable">
<k-table
:columns="columns"
:options="options"
:sortable="true"
:rows="rows"
></k-table>
</k-lab-example>
<k-lab-example label="Selectable">
<k-table
:columns="columns"
Expand Down

0 comments on commit b97b606

Please sign in to comment.