survey-analytics 2.0.0 → 2.0.2

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v2.0.0
2
+ * surveyjs - SurveyJS Dashboard library v2.0.2
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1247,7 +1247,7 @@ class Tabulator extends Table {
1247
1247
  pagination: "local",
1248
1248
  paginationSize: this.currentPageSize,
1249
1249
  movableColumns: true,
1250
- maxHeight: "100%",
1250
+ // maxHeight: "100%",
1251
1251
  columns,
1252
1252
  rowFormatter: this.rowFormatter,
1253
1253
  paginationElement: paginationElement,