miguelcobain / ember-yeti-table

Yeti Table
https://miguelcobain.github.io/ember-yeti-table
MIT License
61 stars 15 forks source link

Added events for capturing visible and filtered rows #272

Closed cah-alyssa-gardiner closed 4 years ago

cah-alyssa-gardiner commented 4 years ago

Both visible rows and rows were accessible only inside the YetiTable component. These additional events will be used to access these properties outside of the YetiTable component and within Javascript.

cah-alyssa-gardiner commented 4 years ago

I remembered that the table component is yielded. Using that I was able to get access to the filtered rows outside of the actual Table element which solved the issue. The current use case for this pr is no longer necessary so I am closing this PR.