You should really read the documentation and everything in this topic.
There is an event block that return the row, column, and value clicked . You can either use this information to search the underlying list used for the table view, or run a JavaScript to return the data from the table view .
What im trying to create is I want to send sms using the data from the select row but when I click on the tableviewer, it clicks as a whole and not by row. It would be a great help if I can manually click on each row and also it will change the background color if it selected.
Again, read through this topic. There are examples for highlighting rows when selected.
Of more concern is that you say the entire table is selected when you click? You may need to expand more on this, show example data and relevant blocks.
And how do remove the previous selected row background colors. When I using this, it will highlight the selected row, but if theres multiple selected row, it will highlight the previous selected row. What I want is to highlight ONLY THE SELECTED row
what I mean is how to create a procedure with row, column, value without using the tableviewer element. What im currently creating is a text message app and I want to highlight the per row everytime I send a message using the mobile number list coming from the table
Does the ScrollTo not works if theres a style on table click? How can I make it to scroll to top if button is clicked? Any alternate solutions on this?
Is the list in the tableviewer longer than the tableviewer, so that it can scroll?
Does it scroll if you do not call the Spinner? (Could be that the display of the spinner is taking precedence, and preventing any actions in the app...)
Just run a quick test, scrolls for me. I would check 1. above...