meteor-tabular
meteor-tabular copied to clipboard
Reactive datatables for large or small datasets
Tabular has an amazing feature that is take care of the publications to just publish the fields are defined in columns and extraFields. But there was an issue when you...
Everything that's left to get this package fully compatible with Meteor 3
Sorry it took me a while to actually deploy this to staging and test it but in doing so I realised something was introduced between 2.2.2-rc.1 and 2 that caused...
Let's say I have declared collection as follows. ``` javascript Books = new Mongo.Collection("books", {idGeneration :"MONGO"}); ``` and crated tabular table with following selector ``` javascript TabularTables.BooksTable = new Tabular.Table({...