|
@@ -238,7 +238,7 @@ $(function () {
|
|
|
{field: 'name', title: 'Name', align: 'center', valign: 'middle', width: 60, sortable: true},
|
|
{field: 'name', title: 'Name', align: 'center', valign: 'middle', width: 60, sortable: true},
|
|
|
{field: 'attribute', title: 'Attribute', align: 'center', valign: 'middle'},
|
|
{field: 'attribute', title: 'Attribute', align: 'center', valign: 'middle'},
|
|
|
{field: 'type', title: 'Type', align: 'center', valign: 'middle', width: 60},
|
|
{field: 'type', title: 'Type', align: 'center', valign: 'middle', width: 60},
|
|
|
- {field: 'description', title: 'Description', width: 400},
|
|
|
|
|
|
|
+ {field: 'description', title: 'Description', valign: 'middle', width: 400},
|
|
|
{field: 'default', title: 'Default', align: 'right', valign: 'middle', width: 180}
|
|
{field: 'default', title: 'Default', align: 'right', valign: 'middle', width: 180}
|
|
|
],
|
|
],
|
|
|
data: [
|
|
data: [
|
|
@@ -271,6 +271,13 @@ $(function () {
|
|
|
'default': 'undefined'
|
|
'default': 'undefined'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
|
|
+ name: 'class',
|
|
|
|
|
+ attribute: 'class / data-class',
|
|
|
|
|
+ type: 'String',
|
|
|
|
|
+ description: 'The column class name.',
|
|
|
|
|
+ 'default': 'undefined'
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
name: 'align',
|
|
name: 'align',
|
|
|
attribute: 'data-align',
|
|
attribute: 'data-align',
|
|
|
type: 'String',
|
|
type: 'String',
|