khan4019/tree-grid-directive

Can I set the expanding_property to the last column ?

mengsixing opened this issue · 1 comments

I want to set expanding_property to the last column,What should I do?

You can define which field is the expanding_property, but to make it appear as the last column, you have to modify the template and put the expanding property after the ng-repeat for all other columns.