aslagle / reactive-table

A reactive table designed for Meteor
https://atmospherejs.com/aslagle/reactive-table
Other
328 stars 137 forks source link

Is there an API to ask reactive table how many rows there are? #306

Open dfischer opened 9 years ago

dfischer commented 9 years ago

Is there an API to ask reactive table how many rows there are?

This way you can show blank state, etc...

aslagle commented 9 years ago

There's no API for accessing any of the table state. There is a showRowCount option that adds an element to the navigation with the row count - maybe you could enable the option and hide the element, but get the row count from it.