Amy Slagle

Results 163 comments of Amy Slagle

As far as I can tell this is getting triggered by flow router calling Tracker.invalidate, but I'm not familiar enough with flow router to know what's going on. Hope you...

That's a good question, I don't know what MiniMongo does with the empty collections internally so I'm not sure if it could be a problem. I don't think there's a...

You can set the id yourself, so you'll know what it is. `id` is one of the options in settings. Make sure it's unique if you have multiple tables. If...

Ah, in that case you can use something like `Template.parentData(1).code` from the settingsResult helper.

Yeah, that's definitely possible. v0.8.22 had a fix for #326 which required adding to the server-side pagination processing. If you don't need that fix I'd say stick with 0.8.21 for...

The package doesn't have any keyboard controls or any kind of state already. There's no info at the tr level that's accessible outside the package, so I think you'd have...

That's correct, I made sorting use the virtual columns but forgot do the same for filtering. It shouldn't be too hard though. Thanks for noticing this.

Interesting, I hadn't seen that package. It looks like it could be useful but I don't see how it would help with filtering specifically. How are you thinking it would...

You'd need to change the code in `sortedRows` to fix the sorting, but it's not obvious how to do it. I'm using the presence of `fn` to decide how to...

That is nice :) So collection-helpers works in the filter query but not the sort query? I wonder how hard it would be to modify collection-helpers so the transforms would...