Well searching for the code or plugin or anything similar to what i need...
SCREENSHOT:-
The screenshot say it all, basically i want to embed radio buttons for column toggle in jquery mobile tables, so that user can get one column which he selects... Same like a radio button functions...
For the table we implement this line in our code:-
<table class="ui-responsive" data-role="table" data-mode="columntoggle" data-column-btn-theme="d" data-column-btn-text="Click to select week's day..." data-column-popup-theme="c">
Is their a plugin for it or any custom code available? How to do this?
Working example: http://jsfiddle.net/Gajotres/f5eTT/
Only difference to normal toggle table is that your main column must also be your first column.
HTML :
Javascript :