Evgeny Kokotov
Evgeny Kokotov
The same issue on the first start trouble commands =(
It's possible. 1) add ng-non-bindable attribute to your tbody see [here](http://ekokotov.github.io/object-table/samples.html#/custom_rows). It will prevent to compile ng-repeat by angular before directive will be compiled. 2) if `columns` is a property...
Will implement in next release
@nkbt any news about a possible fix ? Spasibo!
any news how to enable vertical placement on IOS Quicklook?
Just change source array. it will be reloaded automatically.
Didb't get your issue. Could you provide more details ?
Headers is just a parameter. Just change this parameter according new header list. I think you need just array of headers convert to string parameter, like 'header1, header2'
Or use [Custom headers pattern](http://ekokotov.github.io/object-table/samples.html#/custom_headers)
Like: // in controller `$scope.headers = 'Age, full Name';` // in template : `