plotly / react-pivottable

React-based drag'n'drop pivot table with Plotly.js charts
https://react-pivottable.js.org/
MIT License
993 stars 254 forks source link

Use CSS child selectors for standard table tags to better isolate styles #125

Open nselikoff opened 3 years ago

nselikoff commented 3 years ago

I have a custom aggregator that renders a table within the default Table renderer's cell. Currently some of the table styling is cascading to this nested table. This PR switches to CSS child selectors (>) for the few styles that aren't isolated by a class name, to prevent cascading to nested tables.