title: Jspreadsheet | Examples | Sorting your grid keywords: Jexcel, jquery, javascript, excel-like, spreadsheet, jquery plugin, sorting, table, grid, order by description: Sorting your Jspreadsheet spreadsheet [Back to Examples](/jspreadsheet/v2/examples) # Sorting your table You can reorder your jquery table by double clicking in the header or by selecting the desired option in the context menu. The example shows how to change the order of your jquery table programmatically. ## Source code ```html

``` ### Programmatically sorting {.ignore} ```html ``` ### Disable the table sorting The ordering is a native enabled feature. To disable that feature please use the columnSorting:false, directive in the initialization. {.ignore} ```html ```