Add gif for cell features

This commit is contained in:
Faris Ansari 2018-05-30 05:35:53 +05:30
parent 98f7a3bf71
commit 85da21e54d
3 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

View File

Before

Width:  |  Height:  |  Size: 1014 KiB

After

Width:  |  Height:  |  Size: 1014 KiB

View File

@ -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;