@turquoisehealth/pit-viper 2.60.0 → 2.61.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.
@@ -179,12 +179,16 @@ declare interface PvDataTableProps<T> {
179
179
  */
180
180
  debugMode?: boolean;
181
181
  /**
182
- * Enables pagination
182
+ * If true, hide all row-grouped columns from the table.
183
183
  */
184
- leftPinnedColumnName?: string;
184
+ hideAllRowGroupedColumns?: boolean;
185
185
  /**
186
186
  * Specifies the column to pin to the left of the table if at least one row grouping is enabled.
187
187
  */
188
+ leftPinnedColumnName?: string;
189
+ /**
190
+ * Enables pagination
191
+ */
188
192
  pagination?: boolean;
189
193
  /**
190
194
  * Set the pagination page size. Defaults to 50.