nowcommunity / nowdatabase

Rebuild of the nowdatabase application for luomus
MIT License
1 stars 1 forks source link

Sorting breaks editabletable item removal #65

Closed ShootingStar91 closed 1 week ago

ShootingStar91 commented 2 months ago

editabletable is using static index which means if sorted, clicking row action button executes action on wrong row

ShootingStar91 commented 1 week ago

fixed by disabling sorting altogether for the editable table. It's probably not very critical feature, but if its needed then we need to change the row selection.