0.0.2 • Published 5 years ago

steward-client-wrapper v0.0.2

Weekly downloads
5
License
-
Repository
bitbucket
Last release
5 years ago

Steward Client

This library is used to generate material table using spring boot pagination response.

##Features

  • Pagination
  • Sorting (including date range)
  • Searching

##Installation 1. Add the following package to your package.json "steward-client": "1.0.0" 2. Replace the file path in your package.json with the new path 3. Execute npm install

##API ###Properties | Name | Description | | --- | --- | | @Input() endpoint: string | Resource url endpoint e.g. "/users" OR "/users?status=1" | | @Input() selection: SelectionModel| Table selection model |