title: Sorting the spreadsheet columns keywords: Jexcel, spreadsheet, javascript, javascript table, sorting description: Example how to sort the table by a column via javascript. # Sorting your table ## Simple example You can sort your javascript table by double a double click in the header, using the context menu or by javascript as follow: ### Source code ```html