meteor-tabular
meteor-tabular copied to clipboard
Reactive datatables for large or small datasets
When you have hidden columns when a table is loaded the labels will be incorrect. This can be done by having saveState and colvis enabled. Or it can occur if...
Hi As mention in issue #239: Example log table: | Date | Level | Message | | --- | --- | --- | | 2016-01-01 | warning | something happened...
Currently, I'm trying to put a image inside a table row. The image is part of a FilesCollection (meteor/ostrio:files), and the link to the image is returned by doing something...
hi , i just face some problem about searching , it can't search and wrong result with number or string when it have space in database . example : in...
Really great package - thanks so much for putting it together ! A question - would it be possible to use a client-side only collection as the data source ?...
I have 15 fields in the collection Prices. For the columns I use a render function render: function (val, type, doc, meta) { // render documentation // https://datatables.net/reference/option/columns.render return renderTicker(val,...
When a tabular is destroyed it will only destroy the tmpl's that are still present in the view but if a row is removed from your tabular it's template(s) will...
Great plugin! I am seeing really odd rendering when pushing my app to Galaxy. During development everything renders and displays as expected. When I push my app to Galaxy it...
Hi, I want to use meteor-tabular package but before that I have some confusion regarding server side pagination support. Is this package support server side pagination and send only first...