tsv2-library 1.0.61-alpha.118 → 1.0.61-alpha.119
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.
package/package.json
CHANGED
|
@@ -149,6 +149,8 @@ export type TableColumn = {
|
|
|
149
149
|
reorderable?: boolean;
|
|
150
150
|
/**
|
|
151
151
|
* Make the column cannot reordered by disabled dragability.
|
|
152
|
+
* Unlike `reorderable`, the column will still appear in the column visibility
|
|
153
|
+
* overlay if this is set to false.
|
|
152
154
|
*/
|
|
153
155
|
dragable?: boolean;
|
|
154
156
|
/**
|