I have a table in my project where I use the BoostrapTable plugin, which has a column with radio button enabled (date -radio="true").
To retrieve the data from the record marked in the table via javascript I use the $(tabela).bootstrapTable('getSelections')
method and get the "row" selected.
However, how do I get the value of the data-index attribute (generated by the plugin itself)?
(I need the data-index so that at another time I can dial the radiobutton again)