You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @AllenFang,
This is regarding expand row feature of react-bootstrap-table2.
When expanded a row, currently it shows the data in entire row.
Is it possible to display data in specific columns when expanding the row?
In runtime, expanded row is like this.
Is it possible to override this colspan or load data in specific columns?
Appreciate any support on this.