Update DataTable pt page

pull/3949/head
Tuğçe Küçükoğlu 2023-05-10 14:41:26 +03:00
parent 30c8916934
commit 1a7c40c169
1 changed files with 12 additions and 0 deletions

View File

@ -35,6 +35,18 @@ export default {
component: DocApiTable,
data: getPTOption('Column')
},
{
id: 'pt.doc.columngroup',
label: 'ColumnGroup PT Options',
component: DocApiTable,
data: getPTOption('ColumnGroup')
},
{
id: 'pt.doc.row',
label: 'Row PT Options',
component: DocApiTable,
data: getPTOption('Row')
},
{
id: 'pt.demo',
label: 'Demo',