Can the data-bind: foreach
be used with multiple arrays simultaneously?
For example:
<div data-bind="foreach: arrayone, arraytwo">
//do stuff
</div>
If it is possible, what is the proper syntax to achieve this? Or is there a different approach that should be taken (other than combining the two arrays)?