Sort record in grid by drag and drop

Is there any widget or extension available which enables to sort record in grid by just drag and drop grid column?

PS: i have used Yii2 sortable but it’s not working on grid

JQueryUI sortable + custom callback handling the saving itself.

Okay thanks.