Clemens Kofler
Clemens Kofler
Hey Jason, I fully understand and I can see that this was a controversial change. If you look at the history, that's exactly the reason why I sought discussion and...
Sorry, I missed this PR because you created it while I was on vacation. :) @abhi-patel Please provide a test with it, then I'll merge it right away.
Sorry for the super late response – I've overlooked the notification for the issue. I'm happy to merge this if you open a PR that includes both the fix and...
Very interesting! The only part I don't like is where you set scope/colspan based on whether or not it's the classic "table" style. I've actually thought about another approach a...
As I've said in my comment: An approach similar to kaminari would be nice – later_dude could then also support theming which is something that sounds like a good idea...
Hey Michael, thanks for the contribution and sorry for my very late response. I'm happy to add the feature per se but there are some things that are not OK...
This is not the Clemens you're looking for. ;)
It would be extremely great to have this in Blueprinter! IMO the crucial thing to make this useful is for it to behave like regular Rails views and as such,...
I'm not sure that's exactly what we want though. Why not do it like Rails does it with nested attributes? So instead of doing ``` html ``` let's do this:...
Here's the code I used to make it work for the HTML above: ``` js var flattenData = function(config, data, parentKey){ var flatData = {}; _.each(data, function(value, keyName){ var hash...