Skip to content

Commit 99ff988

Browse files
authored
Merge pull request yajra#48 from jaydons/jaydons-patch-2
Fix DT_RowIndex name.
2 parents d4b3396 + 9da07ab commit 99ff988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html-builder-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The default attributes of index column are:
77
```php
88
[
99
'defaultContent' => '',
10-
'data' => 'DT_Row_Index',
11-
'name' => 'DT_Row_Index',
10+
'data' => 'DT_RowIndex',
11+
'name' => 'DT_RowIndex',
1212
'title' => '',
1313
'render' => null,
1414
'orderable' => false,

0 commit comments

Comments
 (0)