ibm-products
ibm-products copied to clipboard
feat(Datagrid): inline edit - useInlineEdit hook and text input type
Contributes to #1924
Include Inline editing in the data table for data types text, number, date, and select.
Ps: Other data types will be covered later
What did you change?
- Hookk to render different inline edit data types
- Text/String edit type
How did you test and verify your work?
Storybook
Deploy Preview for carbon-for-ibm-products ready!
| Name | Link |
|---|---|
| Latest commit | b8cfb70b64f8fec54a5d6275d5e0549f52dcbd16 |
| Latest deploy log | https://app.netlify.com/sites/carbon-for-ibm-products/deploys/631a00fa01aef6000986da1e |
| Deploy Preview | https://deploy-preview-2228--carbon-for-ibm-products.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Updates will be made to this PR to support some of the missing pieces @janhassel pointed out, specifically adding cell buttons when using useInlineEdit and arrow key support.