Amy Slagle

Results 163 comments of Amy Slagle

Sorry, no. It's possible to use reactive variables to add external controls to modify the columns but the table itself doesn't have any.

Sorry about that. The only thing I changed in 0.8.43 was the dependency on underscore to fix #481, and I don't see how that would cause this problem. It's commit...

Weird. The leaderboard template is used in examples but they're not supposed to be part of the package. I published with a newer version of meteor than I've used in...

I published 0.8.44 with an older version of meteor to see if it fixes the problem. I didn't make any other changes. Let me know if it works.

The fn attribute should work fine for that. There could be a bug or a problem with how you've configured it.

I use _.debounce (https://github.com/aslagle/reactive-table/blob/master/lib/reactive_table.js#L340) to prevent rerunning of updateHandle - it waits to run until 200 ms has passed since it was last called. Maybe just make that value configurable...

That is strange, I don't know what the problem could be.

Meteor doesn't support it, as far as I know.

I think it's necessary to go back to page 1 when the filter changes - filtering makes the table smaller, and you wouldn't want to end up on a page...

I'm not sure all applications would want this to work the same way, so I'd rather make it possible to add on externally than have configuration options and more complicated...