diff --git a/public/js/table.js b/public/js/table.js index 485f61b..1056140 100644 --- a/public/js/table.js +++ b/public/js/table.js @@ -304,6 +304,7 @@ async function selectTable(schema, tableName, restoreState = false) { headerSort: true, sorter: sorterType, ...(sorterType === "number" && { + hozAlign: "right", formatter: function(cell) { const value = cell.getValue(); if (value === null || value === undefined || value === '') return '';