Преглед на файлове

update name & TODO description

namnguyen преди 9 месеца
родител
ревизия
687a66a212
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      frontend/taipy-gui/src/components/Taipy/PaginatedTable.spec.tsx
  2. 1 1
      frontend/taipy-gui/src/components/Taipy/PaginatedTable.tsx

+ 2 - 2
frontend/taipy-gui/src/components/Taipy/PaginatedTable.spec.tsx

@@ -655,7 +655,7 @@ describe("PaginatedTable Component", () => {
                 col: "int",
                 index: 1,
                 reason: "click",
-                value: undefined,
+                value: undefined
             },
             type: "SEND_ACTION_ACTION",
         });
@@ -692,7 +692,7 @@ describe("PaginatedTable Component", () => {
                 col: "Code",
                 index: 0,
                 reason: "button",
-                value: "button action",
+                value: "button action"
             },
             type: "SEND_ACTION_ACTION",
         });

+ 1 - 1
frontend/taipy-gui/src/components/Taipy/PaginatedTable.tsx

@@ -293,7 +293,7 @@ const PaginatedTable = (props: TaipyPaginatedTableProps) => {
         module,
         compare,
         onCompare,
-        userData,
+        userData
     ]);
 
     const onSort = useCallback(