mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Fixed table negative value sort
This commit is contained in:
parent
d159e5a55c
commit
e0ee8a2f36
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