Skip to content

feat(DataViewTable): introduce data view table - #130

Draft
LightOfHeaven1994 wants to merge 5 commits into
mainfrom
feat/data-view-table
Draft

feat(DataViewTable): introduce data view table#130
LightOfHeaven1994 wants to merge 5 commits into
mainfrom
feat/data-view-table

Conversation

@LightOfHeaven1994

Copy link
Copy Markdown
Collaborator

Closes #55

@LightOfHeaven1994 LightOfHeaven1994 self-assigned this Aug 7, 2026
@LightOfHeaven1994 LightOfHeaven1994 changed the title Feat/data view table feat(DataViewTable): introduce data view table Aug 7, 2026
@qltysh

qltysh Bot commented Aug 7, 2026

Copy link
Copy Markdown

❌ 1 blocking issue (1 total)

Tool Category Rule Count
eslint Lint The type 'TableContext' is undefined. 1

Comment thread src/components/DataViewTable/DataViewTable.js
Comment thread src/components/DataViewTable/DataViewTable.js Outdated
Comment thread src/components/DataViewTable/DataViewTable.js Outdated
Comment thread src/components/DataViewTable/helpers/getDataViewStateProps.js Outdated
Comment thread src/components/DataViewTable/helpers/getDataViewStateProps.js Outdated
Comment thread src/components/DataViewTable/hooks/useTableToolsForDataView.js Outdated
Comment thread src/components/DataViewTable/hooks/useTableToolsForDataView.js Outdated
Comment thread src/components/DataViewTable/hooks/useTableToolsForDataView.js Outdated
Comment thread src/components/DataViewTable/hooks/useTableToolsForDataView.js Outdated
Comment thread src/components/DataViewTable/hooks/useTableToolsForDataView.js Outdated
@qltysh

qltysh Bot commented Aug 10, 2026

Copy link
Copy Markdown

Qlty


Coverage Impact

⬇️ Merging this pull request will decrease total coverage on main by 1.8%.

Modified Files with Diff Coverage (7)

RatingFile% DiffUncovered Line #s
New Coverage rating: F
src/components/DataViewTable/helpers/toDataViewActions.js37.5%5-10
New Coverage rating: C
src/components/DataViewTable/DataViewTable.js76.9%46-56, 93
New Coverage rating: F
src/components/DataViewTable/helpers/toDataViewProps.js8.3%11-38
New Coverage rating: F
src/components/DataViewTable/helpers/getDataViewStateProps.js46.2%34-42
New Coverage rating: F
src/components/DataViewTable/hooks/useTableToolsForDataView.js29.4%36-87
New Coverage rating: F
src/components/DataViewTable/helpers/toDataViewExport.js50.0%11-15
New Coverage rating: C
src/components/DataViewTable/helpers/bodyStates.js77.8%8, 21
Total44.9%
🤖 Increase coverage with AI coding...
In the `feat/data-view-table` branch, add test coverage for this new code:

- `src/components/DataViewTable/DataViewTable.js` -- Lines 46-56 and 93
- `src/components/DataViewTable/helpers/bodyStates.js` -- Lines 8 and 21
- `src/components/DataViewTable/helpers/getDataViewStateProps.js` -- Line 34-42
- `src/components/DataViewTable/helpers/toDataViewActions.js` -- Line 5-10
- `src/components/DataViewTable/helpers/toDataViewExport.js` -- Line 11-15
- `src/components/DataViewTable/helpers/toDataViewProps.js` -- Line 11-38
- `src/components/DataViewTable/hooks/useTableToolsForDataView.js` -- Line 36-87

🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

Comment thread src/components/DataViewTable/DataViewTable.js
Comment thread src/components/DataViewTable/hooks/useTableToolsForDataView.js
Comment thread src/components/DataViewTable/hooks/useTableToolsForDataView.js Outdated
Comment thread src/components/DeprecatedTable/DeprecatedTable.js
Comment thread src/components/DeprecatedTable/PrimaryToolbar.js Outdated
Comment thread src/components/DeprecatedTable/hooks/useTableToolsForDeprecatedTable.js Outdated
Comment thread src/components/DataViewTable/DataViewTable.js Outdated
Comment thread src/components/DataViewTable/DataViewTable.js Outdated
Comment thread src/components/DataViewTable/hooks/useTableToolsForDataView.js
Comment thread src/components/DeprecatedTable/DeprecatedTable.js Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement DataView based variant of TableToolsTable

1 participant