Perspective Editable Table

Hi
I have read a number of posts about editing tables in perspective, tried them all, and all failed. These posts were from over a year ago.
Has there been changes to perspective in the last year?
The most common error message is:
Error running action 'component.onEditCellCommit' on F3 Views/F3_1@D/root/root/materials container/Table: Traceback (most recent call last): File "function:runAction", line 4, in runAction TypeError: 'com.inductiveautomation.ignition.gateway.datasource.BasicStreamingDataset' object is unsubscriptable

Could someone suggest a method that works please?
Ross

What script are you using in the onEditCellCommit

Looks like you're trying methods that expect the table's data property to be in json format, but you have a dataset instead.
You can either change the format of your data, or modify the script to handle a dataset instead.

1 Like