File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export class DataTable extends MosaicClient {
78
78
/** number of rows to fetch */
79
79
#limit: number = 100 ;
80
80
/** whether an internal request is pending */
81
- #pendingInternalRequest: boolean = false ;
81
+ #pendingInternalRequest: boolean = true ;
82
82
/** number of rows to display */
83
83
#rows: number = 11.5 ;
84
84
/** height of a row */
@@ -98,7 +98,6 @@ export class DataTable extends MosaicClient {
98
98
constructor ( source : DataTableOptions ) {
99
99
super ( Selection . crossfilter ( ) ) ;
100
100
this . #format = formatof ( source . schema ) ;
101
- this . #pendingInternalRequest = false ;
102
101
this . #meta = source ;
103
102
104
103
let maxHeight = `${ ( this . #rows + 1 ) * this . #rowHeight - 1 } px` ;
Original file line number Diff line number Diff line change 7
7
# all-features: false
8
8
# with-sources: false
9
9
# generate-hashes: false
10
+ # universal: false
10
11
11
12
-e file:.
12
13
anyio==4.4.0
Original file line number Diff line number Diff line change 7
7
# all-features: false
8
8
# with-sources: false
9
9
# generate-hashes: false
10
+ # universal: false
10
11
11
12
-e file:.
12
13
anywidget==0.9.12
You can’t perform that action at this time.
0 commit comments