api generator updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-18 16:42:36 +03:00
parent c4fcf01413
commit 4d1e62b33a
27 changed files with 174 additions and 26 deletions

View file

@ -290,10 +290,22 @@ const ColumnSlots = [
name: 'filterapply',
description: "Custom content for the filter menu's apply section"
},
{
name: 'loading',
description: 'Custom loading template.'
},
{
name: 'rowtogglericon',
description: 'Custom row toggler icon template.'
},
{
name: 'rowtogglericon',
description: 'Custom row toggler icon template.'
},
{
name: 'rowcheckboxicon',
description: 'Custom row checkbox icon template.'
},
{
name: 'roweditoriniticon',
description: 'Custom row editor init icon template.'
@ -331,8 +343,8 @@ const ColumnSlots = [
description: 'Custom header checkbox icon template.'
},
{
name: 'rowcheckboxicon',
description: 'Custom row checkbox icon template.'
name: 'rowreordericon',
description: 'Custom row reorder icon template.'
}
];