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
I have 2 partials, one is for search filters with the search button, and another results grid(smart table) with serverside pagination.
On page load, it will be displayed empty records,
On click on the Search button, it should fetch the first page data and bind it to the smart table.
Then the pagination should work.
On the search button click, we are able to bind the data to the smart table. But not able to set the table state, so it is not at all displaying the pagination in the footer. I am stuck at this stage. Please help me out from this.
Can you please suggest the best solution is appreciable
I am using Angularjs1.4, SmartTable2.1.2
I have searched through the issue section and on stackoverflow if my issue has already been raised.
I have provided Angular version.
I have provided Smart table version.
I have set a precise description of my problem, mentioning the expected result.
I have given a way to reproduce my issue, by providing a running example, I can use plunkr. Note if you want to mimic ajax loading behaviour you can use $timeout angular service or $httpBackend.
Note that it not all the above checkbox can be marked as checked the issue will immediately be closed. Thanks for your understanding.
And don't forget to close you issue when it is solved !
Thanks again for your contribution.
The text was updated successfully, but these errors were encountered:
Hello,
I have 2 partials, one is for search filters with the search button, and another results grid(smart table) with serverside pagination.
On page load, it will be displayed empty records,
On click on the Search button, it should fetch the first page data and bind it to the smart table.
Then the pagination should work.
On the search button click, we are able to bind the data to the smart table. But not able to set the table state, so it is not at all displaying the pagination in the footer. I am stuck at this stage. Please help me out from this.
Can you please suggest the best solution is appreciable
I am using Angularjs1.4, SmartTable2.1.2
Note that it not all the above checkbox can be marked as checked the issue will immediately be closed. Thanks for your understanding.
And don't forget to close you issue when it is solved !
Thanks again for your contribution.
The text was updated successfully, but these errors were encountered: