moldovans
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  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  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  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  and then changed ``` app.controller("tablesController", ["$scope", "$http", "$q", function ($scope, $http, $q) { var...