LearnNewsExamplesServices
Frontmatter
tagName8.7.0
namedata.RecordFactory: optionally tracking modified record fields
publishedAt1/23/2025, 5:07:59 PM
isPrerelease
isDraft

data.RecordFactory: optionally tracking modified record fields

To activate the optional feature, you need to set trackModifiedFields: true inside your related data.Model

Example of modifying a record inside your console:

Screenshot 2025-01-23 at 15 30 49

Inside your tables, you can now use:

viewConfig: {
    highlightModifiedCells: true
}

Screenshot 2025-01-23 at 17 59 56

Online demo: https://neomjs.com/examples/table/nestedRecordFields/