DataTables / Vue

Vue plugin for DataTables
MIT License
62 stars 12 forks source link

Fix losing row-state by updating rows individually (when rowId set) #34

Open LukasWillin opened 1 month ago

LukasWillin commented 1 month ago

Instead of clearing the whole table, update each row individually to preserve row-state (like 'selection')

See discussion: #33