소스 검색

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(