DataGridXL
DataGridXL
When grid goes into fullscreen mode, move contextmenu div and picker divs to visible component (then move back to document when leaving fullscreen) this is implemented in v2
Different renderers: NATIVE SCROLL RENDERERS (10,000 rows max) * NativeScrollSnap (div.pane) * NativeScrollSmooth (table) In the future, for demos with 1,000,000+ rows (DataGrid XXL Add-on) WHEEL SCROLL (unlimited rows) *...
 Looks like the cell value is replaced by a single whitespace.
`initSetCellValues` does not do a good job with a 1,000,000 row grid. The operation freezes the page. + only one batch is performed. 
Let's add a feature that is unique to DGXL https://code.tutsplus.com/positioning-on-screen-indicators-to-point-to-off-screen-targets--gamedev-6644t
Let's introduce a feature that DataTables has: convert an HTML `` to Data Grid.

``` initShowCols.call(this, colIds, true, function(){ // design error! // callback function should be given gridEvent! // so that dev may change contents in $events! console.log('coord groups!', getDimensionCoordGroupsById.call(this.sheet, "cols", colIds)); });...