Skip to content

Commit 4b124f0

Browse files
chore: simplify usage section
1 parent 9193fd9 commit 4b124f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ I was trying to remove all legacy UI components from the [frappe](https://github
3030
- **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.
3131
- **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.
3232

33-
## Install
33+
34+
## Usage
3435

3536
```bash
3637
yarn add frappe-datatable
@@ -40,7 +41,6 @@ npm install frappe-datatable
4041

4142
> Note: [`sortablejs`](https://github.com/RubaXa/Sortable) is required to be installed as well.
4243
43-
## Usage
4444

4545
```js
4646
const datatable = new DataTable('#datatable', {

0 commit comments

Comments
 (0)