rsuite / rsuite-table

A React table component.
https://table.rsuitejs.com/
MIT License
725 stars 133 forks source link

Make Cell & HeaderCell generic #474

Closed lorefnon closed 11 months ago

lorefnon commented 11 months ago

Resolves #472

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rsuite-table ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 23, 2023 10:23am
codesandbox-ci[bot] commented 11 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit f36d2ce441a124d0fd1ba020f44ed24ad2101dbc:

Sandbox Source
React Configuration
JavaScript Configuration
simonguo commented 11 months ago

Hi @lorefnon , tests failed. You can execute the test case locally with the following command.

npm run test
// or
npm run tdd
lorefnon commented 11 months ago

Hi @simonguo - I have addressed the failures.