monkey-style-guide 21.2.9 → 21.2.10
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.
|
@@ -11449,7 +11449,7 @@ const DEFAULT_MAX_VISIBLE_ROWS = 20;
|
|
|
11449
11449
|
const DEFAULT_SKELETON_ROWS = 5;
|
|
11450
11450
|
const WINDOW_BUFFER = 6;
|
|
11451
11451
|
const VIRTUAL_SCREENFULS = 3;
|
|
11452
|
-
const VIRTUAL_MIN_ROWS =
|
|
11452
|
+
const VIRTUAL_MIN_ROWS = 19;
|
|
11453
11453
|
class MonkeyTableComponent {
|
|
11454
11454
|
constructor() {
|
|
11455
11455
|
this.virtualStrategy = new MonkeyTableVirtualScroll();
|