@popmenu/table
Advanced tools
Comparing version 0.70.0 to 0.71.0
@@ -6,2 +6,3 @@ /// <reference types="react" /> | ||
fullWidth: boolean; | ||
paginated: boolean; | ||
sortable: boolean; | ||
@@ -16,2 +17,3 @@ searchable: boolean; | ||
fullWidth: boolean; | ||
paginated: boolean; | ||
sortable: boolean; | ||
@@ -18,0 +20,0 @@ searchable: boolean; |
@@ -25,2 +25,4 @@ import { TextFieldProps } from '@material-ui/core'; | ||
sortable?: boolean; | ||
/** Enables and disables pagination all together for the table. */ | ||
paginated?: boolean; | ||
/** Sorting state. Expects the result of a React useState hook. Used only for manual sorting. */ | ||
@@ -27,0 +29,0 @@ sortingState?: [SortingState, Dispatch<SetStateAction<SortingState>>]; |
{ | ||
"name": "@popmenu/table", | ||
"version": "0.70.0", | ||
"version": "0.71.0", | ||
"license": "MIT", | ||
@@ -31,3 +31,3 @@ "author": "Popmenu Design System Team", | ||
"sideEffects": false, | ||
"gitHead": "982d0d39c2d93ffa2d1ea37eccba5b92f43e98d1" | ||
"gitHead": "0f47158691ac8cd0298847bca4370e4b3290ef24" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1355017
69
7927