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

153
Views
Tabulator table/grid dirty flag

Is there's a way to check if the table is dirty for the editor fields?

Seems like I can't see it on the documentation about the dirty table. If there's no implementation yet, then I would like to suggest a feature about it and that would be really nice to have.

All I know is you can get the initialValue and value of the cell then compare it.

E.g.(Table.isDirty(); will return true if fields are modified)

Something like Ext JS grid. The grid can check if inputs are dirty in one call only.

Thank you

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

There is no isDirty function as such, but there are events that are called when the table data is edited which will allow you to keep track of this.

When you have instantiated your table you should register the cellEdited event using the on function. When the table is edited by a user this function will be called, passing in the Cell Component for the edited cell

table.on("cellEdited", function(cell){
        //cell - cell component
});

For full details, checkout the Cell Events Documentation

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