From 09c44f8a5f85ab06eeeb6fd9f35bcb8262d6f29f Mon Sep 17 00:00:00 2001 From: raf-dev1 Date: Thu, 19 Jun 2025 09:33:45 +0300 Subject: [PATCH] add comment for problem solve --- lib/pages/common/custom_table.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/common/custom_table.dart b/lib/pages/common/custom_table.dart index ac96bce8..d2923700 100644 --- a/lib/pages/common/custom_table.dart +++ b/lib/pages/common/custom_table.dart @@ -111,6 +111,7 @@ class _DynamicTableState extends State { thumbVisibility: true, trackVisibility: true, child: Scrollbar( + //fixed the horizontal scrollbar issue controller: _horizontalScrollController, thumbVisibility: true, trackVisibility: true,