Hi
I am trying to do a "simple" editable table with two columns in CC6. I have been looking for examples for this for several days.
Below is the top of a debugger and some screenshots of my CC:

What do I write in value to make it show current value for this column, based on the debugger above?
Next issue is update the record with a new value. I have begun with a submit-button, but it wont post any to the db-table. How to do that?

Any help, please. I think I am going nuts face-meh-blank
Regards Mattias
I am trying to do a "simple" editable table with two columns in CC6. I have been looking for examples for this for several days.
Below is the top of a debugger and some screenshots of my CC:
Array ( [read_langcode] => Array ( [log] => Array ( [0] => SELECT `mod_langcode`.`id` AS `mod_langcode.id`, `mod_langcode`.`LangCode` AS `mod_langcode.LangCode`, `mod_langcode`.`LangDescr` AS `mod_langcode.LangDescr` FROM `dms_langcode` AS `mod_langcode` ORDER BY `mod_langcode.LangCode` ASC LIMIT 1000; ) [var] => Array ( [0] => Array ( [mod_langcode] => Array ( [id] => 10 [LangCode] => dan [LangDescr] => Dansk ) ) [1] => Array ( [mod_langcode] => Array ( [id] => 6 [LangCode] => deu [LangDescr] => Deutch ) )


What do I write in value to make it show current value for this column, based on the debugger above?
Next issue is update the record with a new value. I have begun with a submit-button, but it wont post any to the db-table. How to do that?

Any help, please. I think I am going nuts face-meh-blank
Regards Mattias