Conversation
minesweeper.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cleans up the semantics for the newly-renamed
row_headersandcolumn_headers, which are tree-like structures encoded as 2D arrays. There is lots of new documentation about how they work, and some new examples:virtual_indices.htmlshows how to configurerow_headersandcolumn_headerson a virtual data model.perspective_headers.htmlis the Perspective example, with row and column pivots enabled. The perspective data model has been updated to incorporate the removed "tree_row_header.js", for perspective-like single column tree axis rendering.Mega
minesweeper.htmlis 1000x1000 Minesweeper clone written on a 2D Array data model. It can be won in ~11days if you do nothing else!Other changes:
on_selectandon_sort, formatting, many metadata properties liketypeandvalue. After this cleanup is done, it may be worth revisiting the concept ofmetadata- it may just be easier to pass in the data modelReponseobject, but with strings replaced with DOM elements that were rendered.row_headersandcolumn_headers, an entirely newrow_headersrender mode has been added, and the render element has become a<th>. This allows much more complex row group visualizations (see the new rule marks oncanvas_data_model.html), and is easier to style from CSS.<table>without headers can now be rendered.