-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tests: add test for dynamic row span * feat: dynamic rowspan for each columns * feat: dynamic rowspan with filter * feat: dynamic rowspan with row dnd * refactor: apply dynamic rowspan when create store chore: disable eslint warning 'no-console' on export * feat: dynamic rowspan with sort * chore: update rowspan for visible columns * feat: dynamic rowspan with pagination * feat: dynamic rowspan with tree * chore: apply dynamic rowspan at the end of grid creation * feat: dynamic rowspan with relation columns * feat: dynamic rowspan with data modifying APIs * chore: dynamic row span option to column option * docs: update documents for dynamic row span * chore: rename parameter of reset row span * chore: fix merging errors * chore: change default parameter of reset rowspan * docs: update row span document based on code review * chore: apply code review * chore: apply code review * chore: fix lint errors chore: remove unnecessary type * chore: apply code reviews chore: call updateRowSpan synchronously chore: change type definition chore: add warning when use deprecated option chore: unnecessary return statement * chore: replace complex conditional expression to variable
- Loading branch information
1 parent
4db3eef
commit 84ef63e
Showing
30 changed files
with
732 additions
and
105 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.