Im trynig to get a transition to QTable row but it does not work.
Anyone have a working example of this?
Thanks
Im trynig to get a transition to QTable row but it does not work.
Anyone have a working example of this?
Thanks
Hi,
This is the purpose:
When i edit a input in a data table I want to be able to know what object/row is updated so i can modify the row in the datatable (change bg, add icons) and/or send a ajax request to store the row(s).
Either by:
a) getting the row.__index from the datatable
b) getting the whole row
if I use the @save function it looks like im only getting (value, initialValue)
any ideas?
/Mathias