-
+
+
diff --git a/vuepress/.vuepress/override.styl b/vuepress/.vuepress/override.styl
index aca0b31..73ec142 100644
--- a/vuepress/.vuepress/override.styl
+++ b/vuepress/.vuepress/override.styl
@@ -1 +1 @@
-@import "../../docs.styl"
\ No newline at end of file
+// @import "../../docs.styl"
\ No newline at end of file
diff --git a/vuepress/.vuepress/public/img/datatable-column-demo.gif b/vuepress/.vuepress/public/img/datatable-column-demo.gif
new file mode 100644
index 0000000..4b58b80
Binary files /dev/null and b/vuepress/.vuepress/public/img/datatable-column-demo.gif differ
diff --git a/vuepress/readme.md b/vuepress/readme.md
index be9946e..713a5cd 100644
--- a/vuepress/readme.md
+++ b/vuepress/readme.md
@@ -2,7 +2,7 @@
home: true
---
-
+
## Installation
@@ -33,7 +33,7 @@ let datatable = new DataTable({
});
```
-## Features
+## Cell Features
* Custom Formatters
* Inline Editing
@@ -42,6 +42,26 @@ let datatable = new DataTable({
* Keyboard Navigation
* Custom Cell Editor
+## Column Features
+
+* Reorder Columns
+* Sort by Column
+* Remove / Hide Column
+* Custom Actions
+* Resize Column
+* Flexible Layout
+
+
![]()
+
+## Row Features
+
+* Row Selection
+* Tree Structured Rows
+* Inline Filters
+* Large Number of Rows
+* Dynamic Row Height
+
+
@@ -56,6 +76,9 @@ Made with ❤️ by Frappe
tr:nth-child(2n) {
background-color: transparent;
}
+ .content.custom > div {
+ height: 2000px;
+ }
.home .hero .description {
max-width: 30rem;
font-size: 2rem;