Brad Overton
Brad Overton
I managed to get some pretty nice looking printable tables, all I really did was disable the fixed header in my table, and remove the height declaration from the table...
Actually I might have spoken too soon. When I Save To PDF, and set the page to Landscape, some rows are split between pages (half of the row is printed...
My webapp needs to print multi-page tables and I've come across some quirks when printing these large tables (mostly IE/Edge). In case this helps anyone, here's the SCSS I use...
+1 for this feature :)
Sounds good to me. Covers the use cases I can think of.. Is this sort of what we're aiming for for usage? ```handlebars // Button on its own {{#bs-button onClick=(action...
+1 While I like the simplicity of solution 3, I also like the idea of not having to modify the structure of the data I give to my table in...
Ah, good point. I'll have a think about how to improve my idea and get back to you :)
This helped me a lot, thanks. Would be great if we could somehow implement this, then specify a new default column/cell component for ELT to use (like with rowComponent, instead...
I've just updated to Ember 3.1 and now my app is broken, with the error message described above `Assertion Failed: InjectedProperties should be defined with the inject computed property macros.`...
1. I'm using npm but I checked the package-lock.json file and all references seem to be 2.3.1. Also this  2. I don't quite understand what you mean by old...