Any way to track create/modification date of each row?
I'm looking for a way to track the create/update date of each row, but looking through the code nothing pops to mind. Does anyone know of anyway this can be achieved?
Would be awesome!!! In the meantime, I created a little hook (aka hack ;). Added an updated field to the grid, and when u click new row (fire $scope.addRow), I update the rowObject with the current date/time. I THINK we can track events on the model, but I'm still investigating and would love to know if you have any thoughts/opinions :)
This is super important for the project I'm working on, so if you need a tester, just let me know!!
Any way to track create/modification date of each row?
I'm looking for a way to track the create/update date of each row, but looking through the code nothing pops to mind. Does anyone know of anyway this can be achieved?
Cheers!
Hi Karl,
Right now this data is'nt saved , but it's a good idia for the next version. :)
Cheers.
Would be awesome!!! In the meantime, I created a little hook (aka hack ;). Added an updated field to the grid, and when u click new row (fire $scope.addRow), I update the rowObject with the current date/time. I THINK we can track events on the model, but I'm still investigating and would love to know if you have any thoughts/opinions :)
This is super important for the project I'm working on, so if you need a tester, just let me know!!
is working on a reply...