如何在數據表插件上的'搜索'字段上設置類。我也使用Jquery UI主題。Jquery Datatables:設置過濾器輸入字段上的類
$('#idSmovData').dataTable({
"sScrollY": "600px"
,"bPaginate": false
,"bFilter": true
,"bJQueryUI": true
,"bInfo": false
,"bSort": false
});
in jquery.datatables.css for the selection .dataTables_wrapper .dataTables_filter input(line:288)add border:solid #ddd 1px; border-radius:5px;或任何你喜歡的。 – 2016-08-26 04:20:33