@turquoisehealth/pit-viper 2.57.0 → 2.58.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.
@@ -197,6 +197,10 @@ declare interface PvDataTableProps<T> {
197
197
  * Hide the table rows (but still show the filter panel)
198
198
  */
199
199
  hideTable?: boolean;
200
+ /**
201
+ * DOM location to use for relocating the filter panel
202
+ */
203
+ filterTeleportLocation?: string;
200
204
  }
201
205
 
202
206
  declare interface PvDataTablePublicInterface {