update: adjust horizontal scroll width in TableList component for better data visibility

This commit is contained in:
2025-10-02 14:05:09 +07:00
parent 1687f3b952
commit 1c0ac6930e

View File

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