novo-elements 10.2.0-next.3 → 10.2.0-next.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -357,6 +357,9 @@ novo-data-table {
357
357
  align-items: center;
358
358
  flex-shrink: 0;
359
359
  border-bottom: 1px solid var(--border, $off-white);
360
+ &.pagination-footer {
361
+ justify-content: space-between;
362
+ }
360
363
  &.empty {
361
364
  padding: 0;
362
365
  }
@@ -72,6 +72,7 @@ export interface IDataTablePaginationOptions {
72
72
  }[];
73
73
  loading?: boolean;
74
74
  errorLoading?: boolean;
75
+ onFooter?: boolean;
75
76
  }
76
77
  export interface IDataTableColumnSortConfig {
77
78
  transform?: Function;