-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tables: Consider enabling array iteration in macros #570
Comments
See also: Digital Marketplace's approach to tables: http://alphagov.github.io/digitalmarketplace-frontend-toolkit/summary-table.html |
See Tijmen's look into this from a Ruby perspective: alphagov/govuk_publishing_components#337 |
Another look into how our tables are being integrated into GOV.UK Publishing Components: https://github.com/alphagov/govuk_publishing_components/pull/531/files#r219539033 |
Already done. |
Checked with @36degrees - not sure this was done? |
just thinking about the proposal,
or for an array of arrays, not objects:
|
|
What
We've got an use case, where we'd like to pass some data into the template without pre-processing it to fit the table macro.
Our use case using pure HTML:
What we'd like to be able to do when using macros:
The text was updated successfully, but these errors were encountered: