mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Merge pull request #12376 from ToolJet/fix/table-sort
Fixed negative values not being sorted properly in table
This commit is contained in:
commit
2fa63acd6a
1 changed files with 2 additions and 0 deletions
|
|
@ -130,6 +130,8 @@ export default function generateColumnsData({
|
|||
return 1;
|
||||
}
|
||||
};
|
||||
} else if (columnType === 'number') {
|
||||
sortType = 'basic';
|
||||
}
|
||||
const width = columnSize || defaultColumn.width;
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue