-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
showTreeRowHeader does not work for empty data #5430
Labels
Comments
I guess you have to remove ui-grid-tree-view. |
Still reproducible, is this a bug? |
yes, definitely a bug. |
mportuga
pushed a commit
that referenced
this issue
Apr 24, 2018
Ensure row header visiblity is respected when no data is present. fix #5430
mportuga
pushed a commit
that referenced
this issue
Apr 24, 2018
Ensure row header visiblity is respected when no data is present. fix #5430
m4m4m4
pushed a commit
to m4m4m4/ui-grid
that referenced
this issue
Apr 24, 2018
Ensure row header visiblity is respected when no data is present. fix angular-ui#5430
defields923
pushed a commit
to defields923/ui-grid
that referenced
this issue
Oct 30, 2018
Ensure row header visiblity is respected when no data is present. fix angular-ui#5430
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://plnkr.co/edit/I6Fwu0xKEBEVJqkyUk6y?p=preview
I've just copied the plunkr for sample treegrid and update 2 lines:
showTreeRowHeader: false
and
$scope.gridOptions.data = [];
Note that showTreeRowHeader is false and still row header for tree nodes is still visible
The text was updated successfully, but these errors were encountered: