Select Fields are empty in DataTables individual column filtering
Select Fields are empty in DataTables individual column filtering
jgcaudet
Posts: 82Questions: 7Answers: 0
Hi Allan
I use the code in this example http://datatables.net/release-datatables/examples/api/multi_filter_select.html but the select fields in foot are empty.
I see that oSettings.aiDisplay and aiDisplayMaster inside $.fn.dataTableExt.oApi.fnGetColumnData is empty, cause aiRows is empty. If this help, when I call dataTable I use "aoColumns": { "mData": "descripcion2" }, ....
Can you help me?
I use the code in this example http://datatables.net/release-datatables/examples/api/multi_filter_select.html but the select fields in foot are empty.
I see that oSettings.aiDisplay and aiDisplayMaster inside $.fn.dataTableExt.oApi.fnGetColumnData is empty, cause aiRows is empty. If this help, when I call dataTable I use "aoColumns": { "mData": "descripcion2" }, ....
Can you help me?
This discussion has been closed.
Replies
I don,t know how to do this. Can you help me?
http://datatables.net/forums/discussion/3931/server-side-filtering-on-specific-columns-with-input-and-select/p1
Allan
It is possible to do what you are looking for with server-side processing. Perhaps you can link us to the page you are working on please, so we can see what is going wrong?
Allan