niiknow / vue-datatables-net

Vue jQuery DataTables.net wrapper component
https://niiknow.github.io/vue-datatables-net/
MIT License
171 stars 58 forks source link

Dynamically Updating Cell? #61

Closed simplyphp-kelly closed 2 years ago

simplyphp-kelly commented 3 years ago

Is it possible to have a cell that's constantly changing, like a countdown or a timer? As far as I know, trying to use the render function won't work here, as it's only called on display and doesn't react to updates.

noogen commented 2 years ago

Same as issue #23 - it has to do with limitation of datatables.net - see issue #23 for possible resolution might only be able to resolve on datatables.net side.