meteor-tabular
meteor-tabular copied to clipboard
Reactive datatables for large or small datasets
**Is your feature request related to a problem? Please describe.** I'm using Tabular with a collection with many fields and a lot of them in subdocuments Example: ```js { _id:...
Hi, Because of the way the searching uses a regex if you try and search with a plus sign (+) it fails. A workaround is to escape the plus sign...
this is a possible fix for #331 I'm using this on production without a problem.
Hello, I have followed the instructions as mentioned in the Read Me regarding use of extensions with the tabular table. [link](https://github.com/longshotlabs/meteor-tabular#integrating-datatables-extensions). However, doing so does not get me the extra...
Meteor version 2.9 Jquery 3.0.0
I'm on Meteor 2.7.1 and when I try update this package, it always adds version 2.1.1. When I try to pin the version in `packages` with the line `aldeed:[email protected]` I...
I've been using Tabular the last few weeks and today I realized that there is an XSS vulnerability when the data is obtained from the collection for the columns. Is...
Allow a reinitializing. For example, if we change an app language. Below you can see a simple way to make i18n for a tabular table. Just change Session.set("currentLanguage", "lang"), where...
First of all, let me start by saying this component is AMAZING! This saved me lots of programming hours. I'm now trying to implement individual column searching, as specified by...
Hi, I am creating a tabular table and I am using Meteor.publishComposite to populate the tables data. Is there a way that I can send some data to the publication...