Questions tagged [aldeedmeteor-tabular]
4 questions
3
votes
2 answers
Why does Meteor's aldeed/meteor-tabular package get stuck processing and never render a result?
About 1 in 5 times when I click on a column header to sort, the sort doesn't actually happen and the "processing" indicator text doesn't go away.
I have to sort again to make the message disappear.
Please advise me toward a…

Bryan
- 17,201
- 24
- 97
- 123
1
vote
1 answer
How to filter/search columns from a helper
i am using aldeed tabular.
Everything works great but when I add a collection helper row, this row is not sortable nor searchable.
New Tabular.Table definition is:
TabularTables.Cars = new Tabular.Table({
name: "CarsTable",
collection: Cars,
…

sana
- 133
- 8
0
votes
1 answer
How can we clear the search field of a responsive table?
We can add search to a table defined using TabularTables and make it caseSensitive, smart and enterOnly. However, I don't see an option to clear the search field on table/page reload. Any idea how I can clear search?
In the table 'stateSave' is set…

Srini K
- 3,315
- 10
- 37
- 47
0
votes
1 answer
TypeError: Tabular.Table is not a function
I'm getting 'TypeError: Tabular.Table is not a function' while working with aldeed:tabular. Here is the detailed…

webmagnets
- 2,266
- 3
- 33
- 60