cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a mdc table editable?

MarvinWeitz
Discoverer
0 Kudos
74

Hello everyone. I am currently trying out the mdc:Table and was wondering if there is an easy wat to implement editability like in this example for m:Table.
I thought about adding an "editMode" indicator that controls the delegator on what template to use (Input if editMode=true, Text if editMode=False). Now I only need to figure out how to send a "update the table" event.
Or is there a completely different way to do this?

View Entire Topic
MarvinWeitz
Discoverer
0 Kudos

Solved it by using mdc.Field and controlling the `editMode`