Why is the table.replaceData not updating data
up vote
0
down vote
favorite
I have 2 buttons on page that are used to load different records set to the table. Active Record is one, and Pending Records is another. The page loads, first to Active records, when I make the change to a record via a jquery popup and write back to DB, the replaceData works as expected. However if I click the Pending button to load new data to the grid, and make a change to a record loaded here, the replaceData, doesn't not refresh the table. The same function Save Function is called regardless of what data set is loaded.
Any help is appreciated?
tabulator
New contributor
add a comment |
up vote
0
down vote
favorite
I have 2 buttons on page that are used to load different records set to the table. Active Record is one, and Pending Records is another. The page loads, first to Active records, when I make the change to a record via a jquery popup and write back to DB, the replaceData works as expected. However if I click the Pending button to load new data to the grid, and make a change to a record loaded here, the replaceData, doesn't not refresh the table. The same function Save Function is called regardless of what data set is loaded.
Any help is appreciated?
tabulator
New contributor
Is the table visible when the replace data is called? could you post some examples of the code you are using and the table setup
– Oli Folkerd
9 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have 2 buttons on page that are used to load different records set to the table. Active Record is one, and Pending Records is another. The page loads, first to Active records, when I make the change to a record via a jquery popup and write back to DB, the replaceData works as expected. However if I click the Pending button to load new data to the grid, and make a change to a record loaded here, the replaceData, doesn't not refresh the table. The same function Save Function is called regardless of what data set is loaded.
Any help is appreciated?
tabulator
New contributor
I have 2 buttons on page that are used to load different records set to the table. Active Record is one, and Pending Records is another. The page loads, first to Active records, when I make the change to a record via a jquery popup and write back to DB, the replaceData works as expected. However if I click the Pending button to load new data to the grid, and make a change to a record loaded here, the replaceData, doesn't not refresh the table. The same function Save Function is called regardless of what data set is loaded.
Any help is appreciated?
tabulator
tabulator
New contributor
New contributor
New contributor
asked 2 days ago
Bill Flinders
1
1
New contributor
New contributor
Is the table visible when the replace data is called? could you post some examples of the code you are using and the table setup
– Oli Folkerd
9 hours ago
add a comment |
Is the table visible when the replace data is called? could you post some examples of the code you are using and the table setup
– Oli Folkerd
9 hours ago
Is the table visible when the replace data is called? could you post some examples of the code you are using and the table setup
– Oli Folkerd
9 hours ago
Is the table visible when the replace data is called? could you post some examples of the code you are using and the table setup
– Oli Folkerd
9 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Bill Flinders is a new contributor. Be nice, and check out our Code of Conduct.
Bill Flinders is a new contributor. Be nice, and check out our Code of Conduct.
Bill Flinders is a new contributor. Be nice, and check out our Code of Conduct.
Bill Flinders is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53402802%2fwhy-is-the-table-replacedata-not-updating-data%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Is the table visible when the replace data is called? could you post some examples of the code you are using and the table setup
– Oli Folkerd
9 hours ago