Closed OpsRJ closed 8 years ago
Do you need something like:
<table object-table class="hover-column" data="data" headers="Age, full Name" fields="age,name" sorting="compound" editable="true" on-edit="logChange($oldValue, $newValue)" search="separate" resize="true" drag-columns="true"></table>
?
on-edit="logChange($oldValue, $newValue)"
Yes or just a possibility to call a custom function. On Jan 22, 2016 11:53, "Evgeny Kokotov" notifications@github.com wrote:
on-edit="logChange($oldValue, $newValue)"
— Reply to this email directly or view it on GitHub https://github.com/ekokotov/object-table/issues/27#issuecomment-173926636 .
Implemented. Please visit samples to details. Let me know if you will have any question.
update to new version
Thank you very much :)
I would like to have a possibility to trigger a function after model updating. Would be nice to have it.