gd-bs 6.9.20 → 6.9.21

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/dist/gd-bs.d.ts CHANGED
@@ -2836,7 +2836,7 @@ declare module 'gd-bs/components/table/types' {
2836
2836
 
2837
2837
  updateColumn: (elCol: HTMLElement, colIdx: number, row: any) => void;
2838
2838
 
2839
- updateRow: (elRow: HTMLElement, row: any) => void;
2839
+ updateRow: (elRow: HTMLElement, row: any, hiddenColIndexes?: number[]) => void;
2840
2840
  }
2841
2841
 
2842
2842
  /**