diff --git a/frontend/src/AppBuilder/Widgets/Table/columns/index.jsx b/frontend/src/AppBuilder/Widgets/Table/columns/index.jsx index 257de7c4ae..b7ebe93721 100644 --- a/frontend/src/AppBuilder/Widgets/Table/columns/index.jsx +++ b/frontend/src/AppBuilder/Widgets/Table/columns/index.jsx @@ -130,6 +130,8 @@ export default function generateColumnsData({ return 1; } }; + } else if (columnType === 'number') { + sortType = 'basic'; } const width = columnSize || defaultColumn.width; return {