From 654233936ec50df542ef09fedfa82fe0a8b29280 Mon Sep 17 00:00:00 2001 From: Michael Chus Date: Sat, 24 Jan 2026 13:30:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D1=80=D0=B0=D0=B2=D0=BD=D0=B8?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=87=D0=B8=D1=81=D0=B5=D0=BB?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BE=D0=BC=D1=83=20?= =?UTF-8?q?=D0=BA=D1=80=D0=B0=D1=8E=20=D0=B2=20=D1=82=D0=B0=D0=B1=D0=BB?= =?UTF-8?q?=D0=B8=D1=86=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- public/js/table.js | 1 + 1 file changed, 1 insertion(+) 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 '';