@extends('template.app')
@section('meta')
@endsection
@section('title')
Car Variant Master
@endsection
@section('styles')
@endsection
@section('content')
| No |
Name |
Model |
Fuel Type |
Transmission |
Hsn Code |
GST |
CESS |
Status |
Action |
|
|
|
|
|
|
|
|
|
|
@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
// Highlight row on mouseover
// Remove highlight on mouseout
@endsection