TD 2023.11760, Win11
Steps:
- add a Table DAT and a DAT Execute, enable and print each callback
- populate it with some rows and columns and random data
- open the textport
- first edit one of the existing cells in TD
- notice how in the textport you see the callback prints
- now edit one of the cells in an external editor (VSCode)
- notice how there are no callbacks, and the cook counter of the table has not increased!
Project file demonstrating:
ExternalTableEditBug.toe (4.1 KB)
Would be worth checking if the same issue exists when another process modifies the table (and is synced).
Interestingly, with Text DAT everything seems fine.