update: remove fixed horizontal scroll width in TableList component for improved responsiveness

This commit is contained in:
2025-10-02 15:36:59 +07:00
parent 50aa323b5f
commit fbf8231050

View File

@@ -247,7 +247,7 @@ const TableList = memo(function TableList({
loading={gridLoading} loading={gridLoading}
scroll={{ scroll={{
y: 520, y: 520,
x: 1520,
}} }}
/> />