angular-data-table icon indicating copy to clipboard operation
angular-data-table copied to clipboard

Feature request - Column name attribute as expression

Open ena1106 opened this issue 9 years ago • 0 comments

If you define columns in HTML as in the "Expressive Columns" live demo, the name attribute is always treated as a string even if it's an angular expression. <column name="Gender" flex-grow="1"> {{monkey}} {{$cell}} </column>

It would be useful to let it be an expression too, mostly for translation purpose. For example using angular-translate you could write: <column name="{{'users.gender'|tranlsate}}" flex-grow="1"> {{monkey}} {{$cell}} </column>

Thank you for the great work.

ena1106 avatar Apr 21 '16 13:04 ena1106