You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: