Is your feature request related to a problem? Please describe.
I need to add items from lists sometimes, and I want that to be reflected in the frontend.
Describe the solution you'd like
This would involve overwriting append within DataServiceList.
One could also think of implementing insert, extend, pop, remove and clear, but this would require some thorough analysis and should be done in a separate MR.
Is your feature request related to a problem? Please describe. I need to add items from lists sometimes, and I want that to be reflected in the frontend.
Describe the solution you'd like This would involve overwriting
append
withinDataServiceList
.One could also think of implementing
insert
,extend
,pop
,remove
andclear
, but this would require some thorough analysis and should be done in a separate MR.