/
Where does Table Grid Editor store the data?

Where does Table Grid Editor store the data?

Table Grid Editor (TGE) stores all the grid data in a separate database table which it creates and manages itself. TGE automatically creates the table in the datasource specified in your grid configuration and all the grid data is stored there. Lets look at an example

gd.columns=isummary,istatus gd.tablename=simple_columns gd.ds=myds col.isummary=Summary col.isummary.name=summary col.isummary.type=string col.istatus=Status col.istatus.type=list col.istatus.list.size=2 col.istatus.name1=Open col.istatus.value1=O