@turquoisehealth/pit-viper 2.61.1-dev.1 → 2.62.1-dev.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.
@@ -215,6 +215,10 @@ declare interface PvDataTableProps<T> {
215
215
  * DOM location to use for relocating the filter panel
216
216
  */
217
217
  filterTeleportLocation?: string;
218
+ /**
219
+ * List of column fields that can be focused
220
+ */
221
+ focusableColumns?: string[];
218
222
  }
219
223
 
220
224
  declare interface PvDataTablePublicInterface {