Quantcast
Viewing all articles
Browse latest Browse all 82057

How to use hidden columns with datatable, without removing/deleting columns.

Hi all I am working on to save some values as hidden in the datatable. when end user calls certain event, I want to get these values to perform some functionality.But when I use

"columnDefs":[
            {
                          "targets": [ 0 ],
                          "Visible": false,
                          "searchable": false
                         }
                     ]

it remove/delete columns completely from datatable so I cant access this column value.
How can I create hidden columns to contain some values that I can access as per desire.


Viewing all articles
Browse latest Browse all 82057

Trending Articles



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