simple-table-core 4.1.8 → 4.1.9

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.
@@ -113,6 +113,11 @@ export declare class SectionRenderer {
113
113
  * currently knows about.
114
114
  */
115
115
  private captureSnapshotConfig;
116
+ /**
117
+ * Remove a header strip and discard the header cells inside it.
118
+ * No-op when the strip is not tracked; returns whether a strip was removed.
119
+ */
120
+ releaseHeaderSection(sectionKey: string): boolean;
116
121
  /**
117
122
  * Tear down all body sections and forget them so a subsequent
118
123
  * `renderBodySection` creates fresh nodes. Used when the empty-state path