design a responsive table with collapse and expand rows in react - reactjs

I want to design a table that can expand and collapse rows to show data when the row is clicked inner table appears. clicking again hides it again.
An example or guidance would be much helpful
, I'm using react, reactstrap and bootstrap v4.4 in this project

Related

How to add custom UI component for choosing columns in material react table?

material-react-table offers out of the box UI component for choosing what columns to display, to set there order, pin the columns, etc. See the screenshot.
I would like to replace this UI component with a custom one. More specifically, I would like to open a drawer that has the same features as the out-of-the-box column menu. How to do that?

How can I get the data out of a table using Semantic UI React Table and Checkbox

I'm trying to implement a semantic ui table in react and include a column of checkboxes to select items from a row. I want to implement it to where the user can select all checkboxes by clicking the first checkbox or one item at a time and then print those values out but I'm struggling to be able to do that. Does anyone have any working examples of this by chance?

How to handle right click to show context menu and edit row in angular using mat table?

I want to edit Table row in angular material table at the same time I need an contextmenu in the same row without interrupting the edit actions

React Bootstrap Table show and update

I am able to get a react bootstrap table to show with hard coded values, but I am trying to get it to show on a button click and display values based on a parameter. Also, on a button click can I update that same table?

MUI DATATABLE lazy loading option is not there

I am trying to implement a table with MUI DATATABLE. I want to display records as we scroll vertically instead of pagination.If we provide pagination then user has to click next page to see next records . So i want to implement a table like lazy loading. I have seen that there is no option in the MUI DATATABLE to load records as we scroll. Is there any option to load records lazily.

Resources