Repository metrics
- Stars
- (312 stars)
- PR merge metrics
- (PR metrics pending)
Description
Howdy folks 👋
I'm wondering if anyone has had any success in trying to print an ember-light-table. I've tried a few things but because of some of the magic you are doing with height and two different tables (one for head and one for body) it seems impossible 🤔
I would love to have something that I could pass into the rendering of the table to essentially just say "stop all magic and just give me a table", that way I could turn off the magic before printing.
I am able to do this in Javascript because essentially my "printing" is happening in fastboot.
Any thoughts? In the mean time, I have reverted to just building a "normal" table in my template 😂