This part focuses on handling data processing on the client-side (i.e., in the browser).

It includes features such as:

  • Pagination: dividing a large dataset into smaller chunks and displaying only a portion of it at a time.
  • Sorting: allowing users to sort the data by one or more columns.
  • Filtering: enabling users to filter the data based on specific conditions.

Installation

Migration from v1 to v2

In order to make the migration process a little easier, v1 is embed in “legacy” namespace so you will have the opportunity to upgrade your components progressively by simply modifying imports.

- @vincjo/datatables
+ @vincjo/datatables/legacy

- @vincjo/datatables/remote
+ @vincjo/datatables/legacy/remote