moldovans

Results 9 comments of moldovans

you can do it yourself, propose a project modification. and fix your "lession" vs "lesson"

Thank you, MrWook, for the precious suggestion. In my case it really restores the filter, but resets the pagination. because of ``` angular.extend(tableState, savedState ctrl.pipe(); /* here the pagination is...

I observed that the pagination is gone when I refresh the page because the `saveCopy` the first time collection is loaded in SmartTable table controller is empty. The filter/search keyword...

Hi @MrWook thanks for your reply. Here is my [plunk](https://plnkr.co/edit/zpCfgo33uMqPc4co0lWR?p=preview) When refreshing ![image](https://user-images.githubusercontent.com/6714786/35112456-629b6cae-fc7e-11e7-99c2-023b6a4f321a.png) the pagintion is reset to the first page, and another * problem is that the "data" filter...

Hello @MrWook and thanks for trying to help ! ) I use `ngInit `because I need to pass some data from the ServerSide code (ASP.NET) to Angular Controller, so I...

actually my ASP.NET code is like this ![image](https://user-images.githubusercontent.com/6714786/35146311-ea3e0e50-fd0a-11e7-8f6d-bda0405c6bf0.png) But even if it triggers it 6 times... is the very first time of "pipe" that the pagination is reset, because when...

yes, but I suppose the controller is loaded first, only then the function `go()` is thiggered, and then I asynchronoysly load the records, as in the plunk ![image](https://user-images.githubusercontent.com/6714786/35147370-a39ddf4e-fd0e-11e7-954f-c4b5cd9ae12b.png) with the...

in the plunk I provided tc.table.records where not initialized as an empty array. I added this but this didn't fix the problelm. The displayed was initialized, now the [plunk ](https://plnkr.co/edit/WxE0nlr0R2fQux38x0Tn?p=info)code...

I even changed the $scope usage, you said do not mix, I changed like this ![image](https://user-images.githubusercontent.com/6714786/35150781-f2f7d998-fd1b-11e7-8642-2e6eb858e33b.png) and then changed ``` app.controller("tablesController", ["$scope", "$http", "$q", function ($scope, $http, $q) { var...