update editor and components
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s
This commit is contained in:
@@ -23,8 +23,7 @@ export const TableItems = (props) => {
|
||||
const content = col.render ? col.render(item, idx) : item[col.key];
|
||||
return h("td", { class: col.class }, content);
|
||||
})
|
||||
)
|
||||
, props.keyFn || ((item, idx) => item.id ?? idx))
|
||||
))
|
||||
]);
|
||||
|
||||
return [thead, tbody];
|
||||
|
||||
Reference in New Issue
Block a user