Skip to content

Commit

Permalink
chore: simplify usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris authored Dec 12, 2024
1 parent 9193fd9 commit 4b124f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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', {
Expand Down

0 comments on commit 4b124f0

Please sign in to comment.