Andy Perlitch

Results 27 comments of Andy Perlitch

Again, sorry for the late response. First of all, if you update the object's properties (i.e., not _replace_ the object), it should be reflected in the table. If it is...

@warhost does your columns array get defined after the table has been compiled and linked? This may be a minor bug in the library.

Yes, via the `storage` option. Looking back on it I realize that I need to improve the documentation around this feature. Basically you set an object to the `storage` option...

Sorry for the late reply... In the server version, what would you expect to be the behavior? Getting all the ids of all rows from the back-end would require a...

Hey Chris (sorry, posted comments with an alt account), In my [angularJS-equivalent project](https://github.com/andyperlitch/angularjs-table#row-filtering), I provide a `like` filter option and a `likeFormatted` option. The former filters based on the actual...

Thanks for the report and thanks for opening #19. I have requested a few changes so take a look.

Whoops did not mean to close this until that PR is merged.

It's been a little while, but IIRC this was needed to properly place and size the dropdown for enum values (see [this code](https://github.com/andyperlitch/ng2-super-table/blob/8d4e2746de896359d1b3862a1c50a54f943b23b9/src/enumFilter.component.ts#L177-L186)). I think this had something to do...

Agreed. As of now there are no tests written, but I am going to try and find some time soon to at least set up the test suite with some...