@ngvip/common-table
v0.5.7-alpha.0
Published
| parameter | required | default | type | description | |---------------|----------|-----------------------------------|----------------------------|------------------------------
Keywords
Readme
Component inputs
| parameter | required | default | type | description |
|---------------|----------|-----------------------------------|----------------------------|-------------------------------------|
| config | :heavy_check_mark: | N/A | CommonTableConfig | link to common table config section |
| rowData | :heavy_check_mark: | N/A | Array or Observable | provides data to the table |
| disabled | :x: | false | true / false | disables the grid (view only) |
| gridLoading | :x: | false | true / false | sets the grid loading mask |
| gridError | :x: | "Error occurred retrieving data." | string | Error message to show |
CommonTableConfig
| parameter | required | default | type | description |
|---------------|----------|-----------------------------------|----------------------------|-------------------------------------|
| columns | :heavy_check_mark: | N/A | CommonTableColumn[] | Array of (Link to common table column) |
| disableSort | optional | false | true / false | disables the grid (view only) |
| gridLoading | optional | false | true / false | sets the grid loading mask |
| gridError | optional | "Error occurred retrieving data." | string | Error message to show |
