simple-table-core 3.7.5 → 3.7.7

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.
@@ -85,6 +85,8 @@ export interface TableRendererDeps {
85
85
  export declare class TableRenderer {
86
86
  private sectionRenderer;
87
87
  private footerInstance;
88
+ private lastCustomFooterRenderer;
89
+ private lastCustomFooterKey;
88
90
  private columnEditorInstance;
89
91
  private horizontalScrollbarRef;
90
92
  private scrollbarTimeoutId;