Skip to content

Commit 7ebfcf4

Browse files
committed
[Feature] Can reorder columns
1 parent ab1efd6 commit 7ebfcf4

File tree

8 files changed

+236
-47
lines changed

8 files changed

+236
-47
lines changed

dist/static/vue-smart-table-default.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/vue-smart-table-default.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/vue-smart-table.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/vue-smart-table.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
:auto-load="true"
1515
body-field="results"
1616
id-col="id.value"
17-
endpoint="http://api.randomuser.me/?page=1&results=20"
17+
endpoint="http://api.randomuser.me/?page=1&results=20&seed=abc"
1818
:header="{'name.first': 'name', 'name.last': 'surname', gender: 'gender', 'phone+cell': 'contacts', 'picture.thumbnail': 'avatar', nat: 'nationality'}"
19+
:order-by="['name.first', 'name.last']"
1920
>
2021
<src2img slot="picture.thumbnail"></src2img>
2122
<!-- this component will read the image

0 commit comments

Comments
 (0)