Eugene Goldberg
Eugene Goldberg

Reputation: 15564

meteor app with datatables how to enable row selection

I'm adding data tables to my meteor app. I have never worked with the data tables library before. I would like to know the syntax to specify options to allow a table row to be selected. Also, it would be great to learn how to respond to the row selection event and to capture which row was selected, so I could use that row data in my app logic

Upvotes: 0

Views: 177

Answers (1)

Eugene Goldberg
Eugene Goldberg

Reputation: 15564

Found the answer on the author's Web site: http://datatables.net/release-datatables/examples/api/select_single_row.html

Upvotes: 1

Related Questions