When i use the below code it overrides the action-column delete/update links.
\'rowOptions\' => function ($model, $key, $index, $grid) { return [
please use this function:
$(document).on('click','td', function(e) { var id = $(this).closest('tr').data('id'); if(e.target == this) location.href = id; });
Otherwise pagination with Pjax will break your links!