From 4b124f0b1d33766c62bb06d242fb1ca581b2102b Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Thu, 12 Dec 2024 20:36:13 +0530 Subject: [PATCH] chore: simplify usage section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e63f1ec..90eb963 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ I was trying to remove all legacy UI components from the [frappe](https://github - **Column**: Columns are highly flexible, allowing users to reorder, resize, and sort them with ease. Additional features include hiding/removing columns and adding custom actions. - **Row**: Rows support advanced interactions, including row selection, tree-structured organization, and inline filters for precise control. They handle large datasets efficiently with dynamic row heights. -## Install + +## Usage ```bash yarn add frappe-datatable @@ -40,7 +41,6 @@ npm install frappe-datatable > Note: [`sortablejs`](https://github.com/RubaXa/Sortable) is required to be installed as well. -## Usage ```js const datatable = new DataTable('#datatable', {