-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get selected row in tableview #1
Comments
hm... been a while since I did this demo. In the linked example, where the checkboxes are created automatically, each checkbox has an id like To get a cell value in a specific row, you could check for the target cells'
For example: |
Are you planning to upgrade/change this demo? It is really interesting. |
you mean update in terms of latest JQM? |
If it will be possobile :) It is great plugin. I was also thinking about On Mon, Sep 24, 2012 at 2:03 PM, Sven Franck [email protected]:
|
I happen to have made a tableview-datatables version, too :-) Give me some time. Need to catch a deadline Thursday, afterwards I should be able to try and commit something here. |
Great. Thanks a lot. On Mon, Sep 24, 2012 at 3:00 PM, Sven Franck [email protected]:
|
Do you have source code of using datatables in JQM? On Mon, Sep 24, 2012 at 3:12 PM, Piotr Stapp [email protected] wrote:
|
You can see my answer on SO here |
Unfortunattley it works strange during Ajax load in JQM On Mon, Sep 24, 2012 at 5:23 PM, Sven Franck [email protected]:
|
wait for the example. Works fine here, no matter if on first or subsequent pages both with static-updating and ajax-server-side updating. |
tablewview,js looks very nice, but how can I get the index of the row which was selected with a checkbox?
Is it possible to get the data in this row by cell?
The text was updated successfully, but these errors were encountered: