@extends('layouts.master') @section('title') @lang('translation.Editable_Table') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Tables @endslot @slot('title') Editable Table @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('script') @endsection