Answer the question
In order to leave comments, you need to log in
How to display products in a grid?
Tell me how to make the output of goods a grid, not a drop-down list, I change the class and only the layout moves out.
Now the dropdown list is implemented like this:
$form .= '<label for="group" class="control-label">Выберите товар:</label>';
$form .= '<select id="group" name="group" class="select-group form-control">';
$form .= $this->groups($s['id']);
$form .= '</select>';
$form .= '</div>';
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question