如何使用jquery Datatable中的select选项按日期过滤

时间:2014-09-29 04:31:33

标签: datepicker jquery-datatables

enter image description here

我需要根据所选日期获取数据并使用数据表

以下是我的示例代码:

<script>
$(function(){
    $(tablename).dataTable({

        "searching": false,
        "paging": false,
        //"pagingType": "simple_numbers",
        "info":     false,

        "sorting": [],
        "columnDefs": [
            {
                "targets": [ 0,5,6 ],
                "sortable": false,

            },
        ]
    }); 
});
</script>

0 个答案:

没有答案
相关问题