Skip to content

Commit

Permalink
Dev: Removed hover effect and zebra from survey menu entries table
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Jul 14, 2021
1 parent b73b3e9 commit 692f4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/surveymenu_entries/index.php
Expand Up @@ -31,9 +31,9 @@
array('class'=>'changePageSize form-control', 'id'=>'pageSize', 'style'=>'display: inline; width: auto')
)
),
'itemsCssClass' =>'table table-striped',
'itemsCssClass' =>'table table-hover',
'rowHtmlOptionsExpression' => '["data-surveymenu-entry-id" => $data->id]',
'htmlOptions'=>array('style'=>'cursor: pointer;', 'class'=>'hoverAction grid-view col-12'),
'htmlOptions'=>array('class'=>'grid-view col-12'),
'ajaxType' => 'POST',
'ajaxUpdate' => 'bindAction',
'afterAjaxUpdate'=>'bindAction',
Expand Down

0 comments on commit 692f4f4

Please sign in to comment.