DataTable pt demo added

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-09 18:05:27 +03:00
parent e1b1f40c9e
commit c7ffcaa08d
3 changed files with 160 additions and 24 deletions

View file

@ -250,6 +250,12 @@ const ColumnProps = [
type: 'boolean',
default: 'false',
description: 'Whether the column is rendered.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];