steward-client-wrapper
v0.0.2
Published
Extends ngx-datatables server side and rendering functionality while also exposing steward client for processing http requests
Downloads
3
Readme
Steward Client
This library is used to generate material table using spring boot pagination response.
##Features
- Pagination
- Sorting (including date range)
- Searching
##Installation
- Add the following package to your package.json "steward-client": "1.0.0"
- Replace the file path in your package.json with the new path
- 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 |