Browse Source

reorder comment datatable

pull/19919/head
Berkan Sasmaz 2 years ago
parent
commit
21175acc6e
  1. 14
      modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/Comments/index.js

14
modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/Comments/index.js

@ -187,13 +187,6 @@ $(function () {
}
}
},
{
width: "15%",
title: l("CreationTime"),
data: "creationTime",
orderable: true,
dataFormat: "datetime"
},
{
width: "5%",
title: l("ApproveState"),
@ -215,6 +208,13 @@ $(function () {
return icons;
}
},
{
width: "15%",
title: l("CreationTime"),
data: "creationTime",
orderable: true,
dataFormat: "datetime"
}
]
}));

Loading…
Cancel
Save