Meteor Tabular Versions Save

Reactive datatables for large or small datasets

v2.2.2-rc.0

5 months ago

install release

edit .meteor/packages

aldeed:[email protected]! # use ! at the end to force depedency compatibility

or

$ meteor add aldeed:[email protected]

https://packosphere.com/aldeed/tabular/2.2.2-rc.0

What's Changed

New Contributors

Full Changelog: https://github.com/Meteor-Community-Packages/meteor-tabular/compare/v2.1.2...v2.2.2-rc.0

v2.1.2

2 years ago

Fixed a bug where the document removal observer would not fire, which resulted in Tabular data not updating automatically.

v1.4.2

8 years ago

v1.4.1

8 years ago

v1.4.0

8 years ago
  • Added a jquery dependency to prevent load order issues
  • When entering multiple search terms, the search now splits them by whitespace and uses OR matching
  • You can now use Tabular.tablesByName.someTableName to access any table instance in client or server code
  • The TabularTables.someTableName helper is now automatically registered in client code so you don't need to do that
  • New tmplContext option for adjusting the context of template cells. See the readme

v1.3.0

8 years ago
  • The "all" option and no paging work correctly now, and you can (and should) specify a limit option for the table to enforce a hard limit for large collections.
  • Fixes to searching
  • Added support for column-specific searching
  • Default sort order is none if order isn't specified
  • Other miscellaneous fixes and improvements

Thanks for PRs: @riiiiizzzzzohmmmmm, @jfols, @hexagonal-sun, @nsparikh

v1.2.0

9 years ago

Add changeSelector option. Thanks @AdamBrodzinski

v1.1.0

9 years ago

Allow default selector in table options, which is enforced on the server for security reasons. (Thanks @hockeyj85!)

v1.0.6

9 years ago
  • Fixed sort icon appearing in first column by default when that column is not sortable
  • Fixed sorting when both data and tmpl are provided for a column

v1.0.5

9 years ago

Fixes