How to send multiple range tables data to html template?

How to send multiple range tables data

Hey @baskara8,

To pass multiple items to range over in a template, you would create a composite data structure containing the values you want to send to the template, then range over them by name.

Here’s an example: https://play.golang.org/p/h6VWUP1lr0.

1 Like

Hi @radovskyb,

Sorry for late response, :slight_smile:
thanks for your help, it so help me…
it solved.

Hey @baskara8,

No problem :slight_smile: Glad to help!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.