diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-08-10 19:09:21 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-08-10 19:22:50 +0100 |
| commit | c3ffc4cb6a70ce9ee1a53d2677383e7c4845df3c (patch) | |
| tree | 1260e1a481147e6621e705d96107e5f7097d2da0 /app/Datatables.php | |
| parent | b6db7c1f82484c632c75d5225ce767d398ddc27f (diff) | |
| download | webtrees-c3ffc4cb6a70ce9ee1a53d2677383e7c4845df3c.tar.gz webtrees-c3ffc4cb6a70ce9ee1a53d2677383e7c4845df3c.tar.bz2 webtrees-c3ffc4cb6a70ce9ee1a53d2677383e7c4845df3c.zip | |
PhpDoc
Diffstat (limited to 'app/Datatables.php')
| -rw-r--r-- | app/Datatables.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Datatables.php b/app/Datatables.php index 41ee001a83..39de784ee3 100644 --- a/app/Datatables.php +++ b/app/Datatables.php @@ -83,7 +83,6 @@ class Datatables { return Html::attributes([ 'class' => 'table table-bordered table-sm datatables table-event', - //'data-columns' => '[{ type: "text" }, { type: "num" }, { type: "num" }, { type: "text" }]', 'data-columns' => '[null, null, null, null]', 'data-info' => 'false', 'data-paging' => 'false', @@ -101,7 +100,6 @@ class Datatables { return Html::attributes([ 'class' => 'table table-bordered table-sm datatables table-given-name', - //'data-columns' => '[{ type: "text" }, { type: "num" }]', 'data-columns' => '[null, null]', 'data-info' => 'false', 'data-paging' => 'false', |
