fix(core): update

This commit is contained in:
2023-09-15 17:27:35 +02:00
parent a55db621ef
commit f64da93cf9
3 changed files with 16 additions and 3 deletions

View File

@ -106,6 +106,15 @@ export const demoFunc = () => html`
return null;
},
},
{
name: 'preview',
type: ['doubleClick', 'contextmenu'],
iconName: 'eye',
actionFunc: async (itemArg) => {
alert(itemArg.amount);
return null;
},
}
] as (ITableAction<ITableDemoData>)[] as any}"
.displayFunction=${(itemArg) => {
return {