I need to find the current index of the currently selected row (there is exactly one). The rows may be resorted or have search applied to them. I have tried numerous things and nothing seems to work holistically across all of the various search/reordering permutations.
$('#Table').DataTable().row('.selected', { order: 'current', search: 'applied' }).index