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
I'm having a similar problem, my table renders when the row has the children: [], but when It doesn't have the children property the table shows: No data for table.
Issue Type
Specs
v2.21.9
What browser?
Chrome
Expected Behavior
If an item in the
:row
has no children values, it should still appear.Actual Behavior
Item in the
:row
that have no children values do not render in the table.Steps to Reproduce the Problem
Please detail your steps here
vue-good-table
component withgroup-options = { enabled: true, collapsable: true }
rows
prop, pass in data that has children, and data where children is an empty arrayI believe this may have happened previously in issue #699
jsfiddle
Here is a fiddle
The text was updated successfully, but these errors were encountered: