@malloydata/render 0.0.206-dev241031191500 → 0.0.206-dev241101154502
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.
|
@@ -82143,7 +82143,7 @@ const DXe = navigator.userAgent.toLowerCase().indexOf("chrome") >= 0, wXe = DXe,
|
|
|
82143
82143
|
let S;
|
|
82144
82144
|
e.scrollEl && (S = e.scrollEl);
|
|
82145
82145
|
let b;
|
|
82146
|
-
const [C, R] = wi(
|
|
82146
|
+
const [C, R] = wi(1e3), L = n.root && !e.disableVirtualization;
|
|
82147
82147
|
L && (b = Toe({
|
|
82148
82148
|
count: f().length,
|
|
82149
82149
|
getScrollElement: () => S,
|
|
@@ -82416,7 +82416,7 @@ function zXe(t) {
|
|
|
82416
82416
|
resultMetadata: t.resultMetadata,
|
|
82417
82417
|
customProps: {
|
|
82418
82418
|
table: {
|
|
82419
|
-
disableVirtualization: t.maxTableHeight
|
|
82419
|
+
disableVirtualization: !t.maxTableHeight
|
|
82420
82420
|
}
|
|
82421
82421
|
}
|
|
82422
82422
|
}), n = oB(), r = (s) => {
|