@extends('template.app')
@section('meta')
@endsection
@section('title')
Transmission Master
@endsection
@section('styles')
@endsection
@section('content')
@endsection
@section('scripts')
// "order": [], //Initial no order.
// "aLengthMenu": [
// [5, 10, 25, 50, 100, -1],
// [5, 10, 25, 50, 100, "All"]
// ],
// "scrollX": true,
// "scrollY": '',
// "scrollCollapse": false,
// scrollCollapse: true,
// lengthChange: false,
//"targets": [0, 5], //first column / numbering column
"orderable": true, //set not orderable
/* {
data: 'percentage',
name: 'percentage'
},*/
// Highlight row on mouseover
// Remove highlight on mouseout
@endsection