AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.23k stars 782 forks source link

Load data in expanded row on click #2043

Open SimoneBernasconi1990 opened 5 years ago

SimoneBernasconi1990 commented 5 years ago

Hello, I'm using the expand row functionality and I load another table inside the expanded row. To load the datat inside the nested table i'm doing an ajax call and everything work well. With the explained procedure all the nested table are loaded initially. I'd like to understand if ther's a way to effectively load the each nested table only when the button to expand the row is clicked. Thanks for your help