Выравнивание чисел по правому краю в таблице
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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 '';
|
||||
|
||||
Reference in New Issue
Block a user