Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82795

Can we update an new parameter using fnFilter?

$
0
0

I have add a new param using :

$(document).ready(function() {
        oTable = $('#mytable').dataTable( {
        // Ajax / Server Side
            "bProcessing": true,
            "bServerSide": true,
            "sAjaxSource": "/server_processing.php",
            "fnServerParams" : function (aoData) {
                aoData.push({
                    "name": "isStatus",
                    "value":""
                })
            },
        });

And I wan't to update the value of "isStatus" . It should take the value of checked checkbox … is this possible?


Viewing all articles
Browse latest Browse all 82795

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>