Fixed table negative value sort

This commit is contained in:
Shaurya Sharma 2025-03-26 04:48:27 +05:30
parent d159e5a55c
commit e0ee8a2f36

View file

@ -130,6 +130,8 @@ export default function generateColumnsData({
return 1;
}
};
} else if (columnType === 'number') {
sortType = 'basic';
}
const width = columnSize || defaultColumn.width;
return {