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

128
Views
Conditional css, display message in table cell for current date<start date

this is my table in html file

     <table
        mat-table
        [dataSource]="dataSource"
      >
  
        <!-- Start Date Column -->
        <ng-container matColumnDef="startDate">
          <th
            mat-header-cell
            *matHeaderCellDef
       
            style="width: 25%"
          >
            Start Date
          </th>
          <td
            mat-cell
            class="info_data_size"
            *matCellDef="let element
      title="date is less""error"
          >
            {{startDate}}
          </td>
        </ng-container>
    ...

if the start date in a table column is less than current date, then a message should be displayed saying "date is less" how do I put condition on the title similar to Add hover text without javascript like we hover on a user's reputation but for individual table cells

about 4 years ago · Juan Pablo Isaza
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!