Skip to content

Commit

Permalink
remove heading option
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed Oct 26, 2017
1 parent 8a4fea2 commit 8ecd3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/index.php
Expand Up @@ -25,7 +25,7 @@
rows_per_page: <?php echo $dataTable->getRowsPerPage() ?>,
sortOptions: <?php echo json_encode($dataTable->getSort()) ?>,
model_name: "<?php echo $config->getOption('name') ?>",
model_title: "<?php echo $config->getOption('heading') ?>",
model_title: "<?php echo $config->getOption('title') ?>",
sub_title: '<?php echo $config->getOption('subtitle', '') ?>',
model_single: "<?php echo $config->getOption('single') ?>",
expand_width: <?php echo $formWidth ?>,
Expand Down

0 comments on commit 8ecd3d7

Please sign in to comment.