Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit55ffef5

Browse files
fixed datatime column editing issue in table
1 parent1798dbd commit55ffef5

File tree

1 file changed

+1
-1
lines changed
  • client/packages/lowcoder/src/comps/comps/tableComp/column/columnTypeComps

1 file changed

+1
-1
lines changed

‎client/packages/lowcoder/src/comps/comps/tableComp/column/columnTypeComps/columnDateComp.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const Wrapper = styled.div`
127127

128128
exportfunctionformatDate(date:string,format:string){
129129
letmom=dayjs(date);
130-
if(isNumber(Number(date))&&date!==""){
130+
if(isNumber(Number(date))&&!isNaN(Number(date))&&date!==""){
131131
mom=dayjs(Number(date));
132132
}
133133
if(!mom.isValid()){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp