15 lines
281 B
PHP
15 lines
281 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'fields' => [
|
||
|
|
'illness' => 'Illness',
|
||
|
|
'row_no' => 'Column',
|
||
|
|
'priority' => 'Priority',
|
||
|
|
'created_at' => 'Created At',
|
||
|
|
],
|
||
|
|
'row_options' => [
|
||
|
|
'first' => 'Column 1',
|
||
|
|
'second' => 'Column 2',
|
||
|
|
],
|
||
|
|
];
|