Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit c88ed22

Browse files
committed
Added order attribute for setting ordering
1 parent 5de2d7c commit c88ed22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ export default {
2323
columns: [
2424
{
2525
name: 'Id',
26-
key: 'id'
26+
key: 'id',
27+
order: true
2728
},
2829
{
2930
name: 'First Name',

0 commit comments

Comments
 (0)