Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Get Data Out After Editted Table #34

Open
nicholasrpb opened this issue Sep 23, 2016 · 0 comments
Open

Get Data Out After Editted Table #34

nicholasrpb opened this issue Sep 23, 2016 · 0 comments

Comments

@nicholasrpb
Copy link

nicholasrpb commented Sep 23, 2016

Hi i have editted table using
onPostBody:
$('#normal_window_limit_table').bootstrapTable({
data: window,
onPostBody: function () {
$('#normal_window_limit_table').editableTableWidget({

and i have another click button function to get the data of the table after editted
var after_edit= $('#normal_window_limit_table').bootstrapTable('getData', {useCurrentPage: true});

however, the data in after_edit variable still use old data before editted
is there a way to get the data as the latest updated from the table?

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

No branches or pull requests

1 participant