@extends('layouts.master') @section('title') @lang('translation.Editable_Table') @endsection @section('css') @endsection @section('content')

Editable Table

Datatable Editable

ID Age (AutoFill) Qty (AutoFill and Editable) Cost (Editable)
1 11 1 1.99
2 22 2 2.99
3 33 3 3.99
4 44 4 4.99
5 55 5 5.99
@endsection @section('script') @endsection