I
I
idenba2021-04-01 13:09:01
Bootstrap
idenba, 2021-04-01 13:09:01

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>';


How to implement the output of goods in a grid?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sanes, 2021-04-01
@Sanes

Discover template engines so that you don’t make such a game anymore.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question