@extends('layouts.master') @section('css') @endsection @section('main_content')
Grid with filtering, editing, inserting,
deleting, sorting and paging. Data provided by controller.
Sorting can be done not only with column
header interaction, but also with sort method.
Cell content of every column can be
customized with itemTemplate, headerTemplate, filterTemplate and insertTemplate functions
specified in field config. This example shows how to implement batch deleting with custom
field for selecting items.