storefront and datagrid

This commit is contained in:
prashant-webkul 2018-07-12 12:53:31 +05:30
parent 8e959dcbe1
commit 6e20306fbd
1 changed files with 7 additions and 0 deletions

View File

@ -97,6 +97,13 @@ class DataGridController extends Controller
'sortable' => true,
'filterable' => true,
],
[
'name' => 'r.id',
'type' => 'string',
'label' => 'Role Table ID',
'sortable' => true,
'filterable' => true,
],
[
'name' => 'r.name',
'type' => 'string',