Posts by Thalita • 11 points
2 posts
-
1
votes1
answer86
viewsA: Bootstraptable: take the data-index by the Row obtained by the getSelections method
Got it, went straight through the DOM using jQuery, without using a plugin method, to recover the line index: $(table input[name='btSelectItem']:checked"). attr("data-index")
-
0
votes1
answer86
viewsQ: Bootstraptable: take the data-index by the Row obtained by the getSelections method
I have a table in my project where I use the plugin Boostraptable, which has a column with radio button enabled (data-radio="true"). To recover the data from the record marked in the table via…