Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 359 Bytes

File metadata and controls

18 lines (17 loc) · 359 Bytes

ArrayDataSource

A data source used to manage the array filtering, sorting, and paging

Quickstart

1. Clone the Git repository and install the dependencies:

git clone https://github.com/Yumitoya8569/array-data-source.git
cd array-data-source
npm i

2. Build the library:

npm run build:lib

3. Run the demo:

npm run start