Smart-Table icon indicating copy to clipboard operation
Smart-Table copied to clipboard

Serverside pagination issue

Open ramudugnsr2525 opened this issue 7 years ago • 0 comments

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

  • [x] I have searched through the issue section and on stackoverflow if my issue has already been raised.
  • [x] I have provided Angular version.
  • [x] I have provided Smart table version.
  • [x] 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.

ramudugnsr2525 avatar Dec 01 '18 21:12 ramudugnsr2525