Open GhazanfarKhan opened 8 years ago
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
Like:
// in controller
$scope.headers = 'Age, full Name';
// in template :
<table object-table class="hover-column" data="data" headers="{{headers}}" ...
Sorry, But to change set/order of headers or fields dynamically is not possible for now :(.
Will implement this feature in next release.
Hi, I want to preserve table current header and Reorder state and also add headers by check box selection dynamically.
Suppose user makes its own settings in reordering and adding headers according to its own wish then later I want to save that states , Is it possible?