Add KanuniLabs DataGrid and KanuniLabs PivotGrid - #99
Open
kanunilabs-dev wants to merge 1 commit into
Open
Conversation
Author
|
Correction to my note above: I said I'd rely on CI for the README check, but I looked into the lint failure properly. I checked the README rules by hand against contributing.md instead: dash |
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.
Two closed-source commercial libraries with a free tier.
githubRepo is null for both, following the flexmonster and spreadjs entries,
since the source is not public.
Several feature flags are strings rather than booleans because the capability
is split across the free and paid tiers, and a bare true/false would overstate
one or the other. For example rowGrouping on the data grid: single level is
free, multi-level is paid.
responsive is a string for the same reason. Measured at 375px: the page does
not overflow and the grid scrolls horizontally, but there are no mobile
breakpoints and most toolbar controls are under 40px, so "works well on mobile"
would be a stretch.
Note: npx awesome-lint fails on my Windows checkout with "Invalid GitHub repo
URL" — it does the same on a clean, unmodified clone, so it looks unrelated to
this change. Relying on CI for the README check.