Sort by multiple columns Without hold down Ctrl command

Hello Team,
it’s possible perform multiple column sorting without hold down Ctrl command. Or Is there any way to override that command

Hi @rajucse2393

That’s how this plugin is designed and there’s no method available to change the shortcut. The only other way is to sort multiple columns programmatically, as in this example: https://handsontable.com/docs/javascript-data-grid/rows-sorting/#sort-data-programmatically-by-multiple-columns

Okay, Thank you