pixel-react 1.13.94 → 1.13.95

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/lib/index.d.ts CHANGED
@@ -1394,6 +1394,7 @@ interface TableProps$2 {
1394
1394
  * The content that to be displayed if editComponent
1395
1395
  */
1396
1396
  editComponent?: ReactNode;
1397
+ columnSticky?: boolean;
1397
1398
  /**
1398
1399
  * tableRef to get the scroll position & to pass control of table to parent component
1399
1400
  */
@@ -1410,11 +1411,9 @@ interface TableProps$2 {
1410
1411
  * z-index for the table header
1411
1412
  */
1412
1413
  tableHeaderZindex?: number;
1413
- frozenWidth?: number;
1414
- freezeColumns?: number;
1415
1414
  }
1416
1415
 
1417
- declare const Table: ({ data, columns, headerType, withCheckbox, onSelect, allSelected, partialSelected, withFixedHeader, borderWithRadius, headerCheckboxDisabled, noDataContent, height, className, tableHeadClass, tableBodyRowClass, headerTextColor, tableDataTextColor, headerIconName, headerIconOnClick, draggable, onDragEnd, loadMore, editMode, editComponent, getAccordionStatus, accordionContent, tableRef, isRowCheckBoxDisable, isRowDisabled, tableHeaderZindex, freezeColumns, }: TableProps$2) => react_jsx_runtime.JSX.Element;
1416
+ declare const Table: ({ data, columns, headerType, withCheckbox, onSelect, allSelected, partialSelected, withFixedHeader, borderWithRadius, headerCheckboxDisabled, noDataContent, height, className, tableHeadClass, tableBodyRowClass, headerTextColor, tableDataTextColor, headerIconName, headerIconOnClick, draggable, onDragEnd, loadMore, editMode, editComponent, getAccordionStatus, accordionContent, columnSticky, tableRef, isRowCheckBoxDisable, isRowDisabled, tableHeaderZindex, }: TableProps$2) => react_jsx_runtime.JSX.Element;
1418
1417
 
1419
1418
  /**
1420
1419
  * Props for the Add Resource Button component.