Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Headings are only supported as string (no expressions) #52

Open
jadrake75 opened this issue Aug 15, 2015 · 1 comment
Open

Headings are only supported as string (no expressions) #52

jadrake75 opened this issue Aug 15, 2015 · 1 comment

Comments

@jadrake75
Copy link

if you use an expression like

${ 'table.column.condition'|t}

for heading in a element it will display that as a literal and not the bound/compiled expression. Makes it difficult for supporting i18n labels/headers.

@charlespockert
Copy link
Owner

The plan was to make the whole column header customisable a la #11

I'd appreciate some feedback on the syntax though - I'd like to go with the most intuitive/comfortable syntax

Since the aurelia 0.15 release I'm going to move all this over and change some of the way the whole thing is "bootstrapped", plus I want to move it all over to TypeScript as I'd like to get the benefits of that

Making the compiler also compile the column header strings would be a good idea though :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants