@webitel/ui-sdk 26.8.47 → 26.8.49

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.
@@ -15,6 +15,8 @@ export type WtTableHeader = {
15
15
  /** `undefined` means the column is not sortable; `boolean` is back-compat */
16
16
  sort?: WtTableSortOrder | boolean;
17
17
  show?: boolean;
18
+ /** `false` excludes the column from drag-to-reorder and pins it to the start */
19
+ reorderable?: boolean;
18
20
  };
19
21
  /** TODO(types): every cell is read through a header-driven runtime `field` key. */
20
22
  export type WtTableRow = any;