rows().data() send wrong data

rows().data() send wrong data

icfricfr Posts: 1Questions: 0Answers: 0

hi

when i try to get data of selected row but ine the array i also get table object (context,selector,etc)

$('#valide').click(function(){

       var data = dtable.rows('tr.selected').data();
          
    });

i also have the same method on other button (but the selector is {filter:applied}) that work fine

when i try the same code in console it also work fine so i dont unterstant what is wrong ...

thanks

This discussion has been closed.