arthub-table 0.2.35-next.2 → 0.2.36-next.0

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.
@@ -2396,6 +2396,8 @@ declare class DataGrid {
2396
2396
  recalcOriginFixedWidth(data?: RowData[]): void;
2397
2397
  /** 动态切换 footer 显示状态 */
2398
2398
  setShowTableIndex(show: boolean): void;
2399
+ /** 动态切换 RowHeader 列内 checkbox 的显示(仅控制 checkbox,不影响序号列整体显隐) */
2400
+ setShowCheckbox(show: boolean): void;
2399
2401
  setShowFooter(show: boolean): void;
2400
2402
  /** 动态设置 footer 行高度 */
2401
2403
  setFooterHeight(height: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arthub-table",
3
- "version": "0.2.35-next.2",
3
+ "version": "0.2.36-next.0",
4
4
  "description": "High-performance canvas-based table/grid component for Vue 3 with TypeScript support, featuring virtual scrolling, cell viewers, grouped rows, and nested grids.",
5
5
  "main": "dist/arthub-table.common.js",
6
6
  "module": "dist/arthub-table.umd.min.js",