IvanJosipovic / BlazorTable

Blazor Table Component with Sorting, Paging and Filtering
https://BlazorTable.netlify.app
MIT License
540 stars 109 forks source link

[Feat] Reorder rows by dragging #359

Open syedfahimabrar opened 2 years ago

syedfahimabrar commented 2 years ago

Reorder of rows on dragging The order of data will be changed by dragging and dropping the rows one after another. And exposing an event with it will be more helpful.