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

access row data

$
0
0

If I have something like:

    table.on( 'select', function ( e, dt, type, indexes ) {
        if ( type === 'row' ) {
            blah, blah
        }
    } );

how can I access the values of the data on the row that was selected?
I tried:

table.row(this).data()

but it comes undefined. Not sure why.


Viewing all articles
Browse latest Browse all 82402


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