Overview
Columns can be selected using column().select() or columns().select() API methods.
You can enable single or multiple items selection using select.style option.
Selected columns can later be retrieved using the selected
extension to the selector-modifier object. For example table.columns( { selected: true } ).data()
will get the data of all columns which are selected in the table.
Hi I had a requirement to display the td value in a popover which I tried here but it is not wokring as expected can you help me
https://jsfiddle.net/DorababuMeka/8a4myx7q/
Also the child row is not formatted well can you help me on that too