Skip to content

Get the row data by rowId #57

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

Open
nisanov opened this issue Dec 3, 2014 · 4 comments · May be fixed by #280
Open

Get the row data by rowId #57

nisanov opened this issue Dec 3, 2014 · 4 comments · May be fixed by #280
Assignees

Comments

@nisanov
Copy link

nisanov commented Dec 3, 2014

There does not appear to be a public method to get the raw row data simply, like:

$('#myGrid').bootgrid('rowData', 123);

Is there such a method or way to get any row data simply?

@rstaib rstaib self-assigned this Dec 4, 2014
@bjoernbur
Copy link

You could access the grid object using the following code:

$('#TableId').bootgrid().data('.rs.jquery.bootgrid')

Then you have access to the all the data on the grid (the property currentRows then contains the data)

@nisanov
Copy link
Author

nisanov commented Feb 10, 2015

Thanks, bjoernbur.

@atreyeemukhopadhyay
Copy link

Is there a way I could get the selected row data of many rows present in the table by simply passing row-id ?

Right now getSelectedRows gives the selected rows by simply row ids rather the entire row data.

@EdwardsNick EdwardsNick linked a pull request Apr 11, 2016 that will close this issue
@EdwardsNick
Copy link

@atreyeemukhopadhyay

See pull request #280

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants