@actinc/dls
Advanced tools
Changelog
6.0.0-alpha.0 (2022-03-02)
Changelog
[v5.11.1] - Feb 28, 2022
Changelog
[v5.11.0] - Jan 20, 2022
customColors.tertiary.main
, to all themes.
palette
, so
this was implemented through customColors
instead.palette.secondary.dark
color on the ENCOURA_DATALAB
theme to
#003359
.Changelog
[v5.10.1] - Jan 20, 2022
react
and react-dom
to dev dependencies.Changelog
[v5.9.0] - Dec 06, 2021
New component: <TablePaginationActions />
Enhanced <DataTable />
component with <TablePaginationActions />
and
optional props to support server-side pagination:
limit?: number;
offset?: number;
onChangeLimit?: (limit: number) => void;
onChangeOffset?: (offset: number) => void;
rowsPerPageOptions?: number[];
totalCount?: number;
Changelog
[v5.8.1] - Nov 03, 2021
this
to addError
in AlertContext
.Changelog
[v5.8.0] - Nov 03, 2021
getErrorMessage
AlertContext
: addError
.