kolgepratik / js.tableutils

A jQuery plugin for HTML Tables. You can - Fix Table Headers with both Vertical and Horizontal Scrolling support, Add master CheckBox, Enable Sorting, Filtering, Client-side and Server-side Numeric, Alphabetic and Alphanumeric Pagination, Addition of new rows to the table, Deletion of exiting rows, Editing of existing rows.
13 stars 7 forks source link

Issue with rowSelect #8

Closed saxenageek closed 10 years ago

saxenageek commented 10 years ago

I am using like below rowSelect: { columnIndex: 1, radio: true },

but still I am not able to select a single row in table.

Also, how do I get the selected row data by selecting the radio button.

kolgepratik commented 10 years ago

Please paste your table's HTML code. That will help me understand the problem better.

saxenageek commented 10 years ago

got the solution. thanks anyways