Posted 31 December 2020, 11:46 am EST
I am using flexgrid details in React and would like the detail grid to expand on load. Is there a way to expand all on load?
Forums Home / Wijmo / General Discussion
Posted by: ccarey40 on 31 December 2020, 11:46 am EST
Posted 31 December 2020, 11:46 am EST
I am using flexgrid details in React and would like the detail grid to expand on load. Is there a way to expand all on load?
Posted 4 January 2021, 5:34 pm EST
Hi,
You may use the showDetail() method of the detail provider to show detail rows. Please refer to the following sample demonstrating the same:
https://codesandbox.io/s/wijmo-react-forked-jhr2s?file=/src/App.js
Regards
Sharad