RENARD Laurent

Results 76 comments of RENARD Laurent

Interesting ! Actually, first I would rather see grouping as something non intrusive, on top of smart-table as the grouping operation would be on a different stream than the regular...

It seems that the value of option set with ng-selected does not trigger the input or change event in the first place. You could wrap you select in its own...

And what if you put the template in the $templateCache (to avoid the http request) ?

by default the sort sequence is ascent -descent - none. You can modify the sequence by providing the configuration attributes on your html element (or at the global config level):...

This is not related to smart table but more an issue for the doucmentation website

you have on the [documentation website](http://lorenzofox3.github.io/smart-table-website/) section "strict mode filtering"

you are right, it might be easier to pass a stricmode flag [here](https://github.com/lorenzofox3/Smart-Table/blob/master/src/stTable.js#L101) to follow the same signature than angular filter filter. You can submit a PR, or I ll...

Hi, I looked into it and found out that the strict flag you pass to the angular filter filter would be global meaning you can not do a strict search...

available as `currentPage` on the directive scope

can you please provide a running example of your issue