khan4019 / tree-grid-directive

Need one or more maintainer for this! comment or email me if you are interested
http://khan4019.github.io/tree-grid-directive/test/treeGrid.html
347 stars 183 forks source link

Can I set the expanding_property to the last column ? #139

Closed mengsixing closed 7 years ago

mengsixing commented 7 years ago

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

torsten-sauer commented 7 years ago

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.