Add gif for cell features
This commit is contained in:
parent
98f7a3bf71
commit
85da21e54d
BIN
vuepress/assets/datatable-cell-demo.gif
Normal file
BIN
vuepress/assets/datatable-cell-demo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 1014 KiB After Width: | Height: | Size: 1014 KiB |
@ -42,6 +42,8 @@ let datatable = new DataTable({
|
|||||||
* Keyboard Navigation
|
* Keyboard Navigation
|
||||||
* Custom Cell Editor
|
* Custom Cell Editor
|
||||||
|
|
||||||
|
<img src="./assets/datatable-cell-demo.gif" />
|
||||||
|
|
||||||
## Column Features
|
## Column Features
|
||||||
|
|
||||||
* Reorder Columns
|
* Reorder Columns
|
||||||
@ -51,7 +53,7 @@ let datatable = new DataTable({
|
|||||||
* Resize Column
|
* Resize Column
|
||||||
* Flexible Layout
|
* Flexible Layout
|
||||||
|
|
||||||
<img :src="$withBase('/img/datatable-column-demo.gif')" />
|
<img src="./assets/datatable-column-demo.gif" />
|
||||||
|
|
||||||
## Row Features
|
## Row Features
|
||||||
|
|
||||||
@ -77,7 +79,7 @@ Made with ❤️ by Frappe
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
.content.custom > div {
|
.content.custom > div {
|
||||||
height: 2000px;
|
/* height: 2000px; */
|
||||||
}
|
}
|
||||||
.home .hero .description {
|
.home .hero .description {
|
||||||
max-width: 30rem;
|
max-width: 30rem;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user