Frontmatter
| tagName | 8.7.0 |
| name | data.RecordFactory: optionally tracking modified record fields |
| publishedAt | 1/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:
Inside your tables, you can now use:
viewConfig: {
highlightModifiedCells: true
}
Online demo: https://neomjs.com/examples/table/nestedRecordFields/