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

[FEATURE]: [Expandable Rows with Breakpoint condition] #1238

Open ferilagi opened 2 months ago

ferilagi commented 2 months ago

Feature Check list

Is your feature request related to a problem? Please describe

Expandable Rows with Breakpoint condition like show only in small device and hide in large device similiar to Responsive in datatables .net

A clear and concise description of what the feature is. maybe like props expandableRows={sm} and default still bolean if not defined

Describe the solution you'd like