Question
How to save Data on Interface without using .(dot) notaion.??????
My use case is i need to create editable grid for 100 columns from one table.
While building interface type of data is fixed it could be
Text
Integer
Drodpown
Date
I need to use foreach to loop component to store data but all columns are not mandatory to store data.
How do i save data? because after .(dot) i need to pass column name.
