meteor-tabular

Reactive datatables for large or small datasets

MIT License

Stars
363
Committers
24
meteor-tabular - v2.2.2-rc.0 Latest Release

Published by jankapunkt 11 months ago

install release

edit .meteor/packages

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

or

$ meteor add aldeed:[email protected]

Packosphere link:

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

meteor-tabular - 2.1.2

Published by ricaragao almost 3 years ago

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

meteor-tabular -

Published by aldeed about 9 years ago

meteor-tabular -

Published by aldeed about 9 years ago

meteor-tabular -

Published by aldeed about 9 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
meteor-tabular -

Published by aldeed about 9 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

meteor-tabular -

Published by aldeed over 9 years ago

Add changeSelector option. Thanks @AdamBrodzinski

meteor-tabular -

Published by aldeed over 9 years ago

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

meteor-tabular -

Published by aldeed over 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
meteor-tabular -

Published by aldeed over 9 years ago

Fixes

meteor-tabular -

Published by aldeed almost 10 years ago

Bug fixes and optimizations

meteor-tabular -

Published by aldeed almost 10 years ago

Bug fixes

meteor-tabular -

Published by aldeed almost 10 years ago

Minor fixes; searching number fields now works

meteor-tabular -

Published by aldeed almost 10 years ago

Complete rewrite, fixes most issues, adds more features and total reactivity

meteor-tabular -

Published by aldeed almost 10 years ago

Bug fixes

meteor-tabular -

Published by aldeed almost 10 years ago

Made searching case insensitive by default with option to change. Matches the DataTables API.