@extends('BaseSistemaWeb') @section('CSS') {{ HTML::style('DataTables/dataTables.bootstrap.min.css') }} {{ HTML::style('DataTables/responsive.dataTables.min.css') }} @stop @section('Contenido')
');
}
}
},
{data: "nombre", name: "nombre"},
/*{data: "precio", name: "precio"},*/
{data: "relacionados", name: "relacionados", "searchable": false, "orderable": false, "class": "text-center"},
{data: "acciones", name: "acciones", "searchable": false, "orderable": false, "class": "text-center"}
],
"language": {
"url": "{{ asset('DataTables/Spanish.json') }}"
},
//dom: "<'row'<'col-sm-3'l><'col-sm-3'f><'col-sm-6'p>>" +
// "<'row'<'col-sm-12'tr>>" +
//"<'row'<'col-sm-5'i><'col-sm-7'p>>",
"fnDrawCallback": function( oSettings ) {
$(".tooltips").tooltip();
},
autoWidth: false,
responsive: true,
//initComplete: function(){
// var input = $(".dataTables_filter input").unbind(),
// self = this.api(),
// $searchButton = $('