Datatables custom filtering with server side
问题 I'm using DataTables and also using server side processing (Django). I have a seperate textfield in which I use it to custom filter data in the DataTable after the table has been rendered already. The following works just fine (I want to custom filter columns): var table = $('#problem_history').DataTable( { "bJQueryUI": true, "aaSorting": [[ 1, "desc" ]], "aoColumns": [ // various columns here ], "processing": true, "serverSide": true, "ajax": { "url": "/getdata", "data": { "friend_name":