Amy Slagle

Results 163 comments of Amy Slagle

If you're not using the server-side publishing option, you can add an fn option to your field. It controls the sorting and the value that's displayed, so you'd have to...

Fixed in 0.8.43. I fixed the dependency and republished, but it could probably be removed entirely on the server at least if you wanted to open a PR for that.

Thanks! I have thought about this but I'm not sure about the best way to do it. One of the reasons for using an i18n library in the package is...

I'd rather not use tap:i18n within the package at this point, because setting up tap:i18n in an app would be the only way to translate the table controls. I could...

I think tap:i18n controlling anti:i18n would work well. I was considering doing that in reactive-table, but it makes more sense to have it in tap:i18n. It just won't be able...

ReactiveTable.publish is mainly for limiting the data that the client subscribes to at any one time, but still including all the data in the table. It would be tough to...

The _id will be fixed - it's a bug that was fixed in v0.6.7, but hasn't been merged to the beta version yet. I expect to release it sometime in...

Ok, right, in the current version there's no way to change the selector from the client outside of using the main filter input. In the beta version, I don't know...

You can make one of your `fields` in the table use a `barcode` template. ``` { key: 'barcode', label: 'Barcode', tmpl: Template.barcode } ``` To create the barcode template, assuming...

The fields option is required _on the client_, not on the server. So you'll need to pass in fields when you create the table in your template.