jbetancur / react-data-table-component

A responsive table library with built-in sorting, pagination, selection, expandable rows, and customizable styling.
https://react-data-table-component.netlify.app
Apache License 2.0
2.03k stars 409 forks source link

Fix width of table columns and fix some mistakes in Storybook (Netlify) #1206

Closed ADTC closed 7 months ago

ADTC commented 7 months ago

Some of the tables are really wide due to non-wrapping code blocks. The columns were also not distributed well due to large code blocks in Type and Default columns. There were also several mistakes in the content.

This pull request:

Preview:

netlify[bot] commented 7 months ago

Deploy Preview for react-data-table-component ready!

Name Link
Latest commit 9d5b3fa935901bb420b010c2448b1a2ff91f8adc
Latest deploy log https://app.netlify.com/sites/react-data-table-component/deploys/65b06907b7f14b0009a4f6e3
Deploy Preview https://deploy-preview-1206--react-data-table-component.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

ADTC commented 7 months ago

@jbetancur just let me know if I missed something.

ADTC commented 7 months ago

@jbetancur I've removed the generated class name now. Note: The !important keyword is necessary because the generated class name that applies overriding styles has a higher specificity than the element tag selector, so we need to force-override it.

ADTC commented 7 months ago

Thank you! I appreciate it.