Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

184
Views
Adding data-order attribute value in <td> tag for custom sorting does not recognize order attribute

I am trying to apply custom sorting on a column (Issues-Ids). I have looked different approaches of custom sorting on a specific column but could not find any proper solution. Lastly I tried to follow order-data approach data-order, but when I tried to provide value to data-order attribute using: <td data-order="dataOrderValue({{row.id}})">

It gives me following error:

G0303: Can't bind to 'order' since it isn't a known property of 'td'.

BTW, Hardcoded value (e.g. order-data="SO-123") works fine, but it gives same value to column values.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

This is attribute biding, not property binding. Try it with the attr, like:

[attr.data-order]="dataOrderValue({{row.id}})"

For reference:

attribute-binding

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!