Skip to content

Instantly share code, notes, and snippets.

@shiv122
Created February 16, 2023 08:54
Show Gist options
  • Save shiv122/2a81a93abb61f7f23ca9def8b1a083e4 to your computer and use it in GitHub Desktop.
Save shiv122/2a81a93abb61f7f23ca9def8b1a083e4 to your computer and use it in GitHub Desktop.
doble-click and batatable row values
$(document).on('dblclick', 'tr', function() {
const data = $('#report-table').DataTable().row(this).data();
console.log(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment