Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(@h6s/table): Initial commit (#165)
* feat(@h6s/table): Initial commit * fix(@h6s/table): Rename tabler to table * fix(@h6s/table): Extract mock dataset * fix(@h6s/table): Fix build error * chore(@h6s/table): Add scope to test script * fix(@h6s/table): Remove useless return value - headerTree * fix(@h6s/table): Fix bug in buildFooters Sub last colSpan in colSpanQueue when exist tail footer * chore(@h6s/table): Supply mock dataset * chore(@h6s/table): Arrange storybook code * feat(@h6s/table): Expose headerIds * chore(@h6s/table): Add controls to stories * feat(@h6s/table): Add `extendsFooter` rules * fix(@h6s/table): Arrange code * chore(@h6s/table): Add buildFooters test * chore(@h6s/table): Add TableCore test code * chore(@h6s/table): Add unstable_rendererModel for testing * chore(@h6s/table): Add composeDataset use case * fix: replace new foramt * fix: remove unstable word * fix: replace to new interface (2) * fix: rebranding to TableModel * fix: footers -> tfoots * fix: rebranding to thead * fix: rebranding to headMeta * fix: Header to Head * fix: change RowData generic type to Row * fix: add type to get function * fix: use TableCore.compose * chore: update gitignore * chore: supply test code for coverage * fix: render interface * fix: header to head * fix: footer to foot
- Loading branch information