MrWook

Results 56 comments of MrWook

You can't just copy paste something from the internet you need to adjust it to your needs. I wrote that this filter is only for the global search. If you...

This also appears for st-sort-default. @csabaujvari showed a workaround for this situation in this issue report: [https://github.com/lorenzofox3/Smart-Table/issues/329](https://github.com/lorenzofox3/Smart-Table/issues/329) > vm.callServer = function (tableState) { > if(!vm.firstLoadIsDone) { > vm.firstLoadIsDone = true;...

I used my previous answer for a while and find out that it destroy my Table page caching system so I decided to increase the pipe delay to 400ms. I...

Hello @serhioV, there is an example of the Persist table state in the documentation. Here is the [plunk](http://plnkr.co/edit/ekwiNt?p=preview) for it

Hello @serhioV, i don't know what you are doing wrong, but in the example it will also save the pagination. If i should help you more i suggest that you...

Hello @serhioV, this took me a while to figure out the problem..... Since version 1.2.7 the Persist table state example isn't working anymore because inside the pipe function the pagination...

Hello @serhioV, if you want to refere to the documentation with > injecting data via server side scripting. This is something like this with PHP: `

Then i didn't said anything sry. Did you initialized the variables for the table, displayed and tc.table.records ?

I did't meant the controller. Are those two variables `displayed` and `tc.table.records` initialized as an array before the data is loaded asynchronoysly ?

Okey but still your table triggeres the pipe function 6 time and that will overwrite the tablestate. If you fix that it should work. Another option would to create your...