Skip to content

data.RecordFactory: optionally tracking modified record fields

Compare
Choose a tag to compare
@tobiu tobiu released this 23 Jan 17:07
· 124 commits to dev since this release

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/