Skip to content

Commit d69291f

Browse files
committed
Update the class option docs.
1 parent f2cb46c commit d69291f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/docs.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ $(function () {
238238
{field: 'name', title: 'Name', align: 'center', valign: 'middle', width: 60, sortable: true},
239239
{field: 'attribute', title: 'Attribute', align: 'center', valign: 'middle'},
240240
{field: 'type', title: 'Type', align: 'center', valign: 'middle', width: 60},
241-
{field: 'description', title: 'Description', width: 400},
241+
{field: 'description', title: 'Description', valign: 'middle', width: 400},
242242
{field: 'default', title: 'Default', align: 'right', valign: 'middle', width: 180}
243243
],
244244
data: [
@@ -270,6 +270,13 @@ $(function () {
270270
description: 'The column title text.',
271271
'default': 'undefined'
272272
},
273+
{
274+
name: 'class',
275+
attribute: 'class / data-class',
276+
type: 'String',
277+
description: 'The column class name.',
278+
'default': 'undefined'
279+
},
273280
{
274281
name: 'align',
275282
attribute: 'data-align',

docs/documentation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ <h1 id="the-defaults">The Defaults:</h1>
178178
checkbox: false,
179179
field: undefined,
180180
title: undefined,
181+
class: undefined,
181182
align: undefined, // left, right, center
182183
valign: undefined, // top, middle, bottom
183184
width: undefined,

0 commit comments

Comments
 (0)