@extends('layouts.master') @section('title') Table Editables @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') Editables Table @endslot @slot('subtitle') Tables @endslot @endcomponent

Table Edits

Table Edits is a lightweight jQuery plugin for making table rows editable.

ID Name Age Gender Edit
1 David McHenry 24 Male
2 Frank Kirk 22 Male
3 Rafael Morales 26 Male
4 Mark Ellison 32 Male
5 Minnie Walter 27 Female
@endsection @section('scripts') @endsection