* sortType 0:Numerical, 1:String, 2:String (ignore case) – default: 1 */
| 828 | * sortType 0:Numerical, 1:String, 2:String (ignore case) – default: 1 |
| 829 | */ |
| 830 | void CsvTable::sortTable(table_index_t column, bool ascending, int sortType) { |
| 831 | storage.sort(column, ascending, sortType); |
| 832 | } |
| 833 | |
| 834 | |
| 835 | /* |