Вопрос по mFilter2
        Добрый день, убирает thead в таблице при фильтрации mfilter2
Пытаюсь так вывести фильтр по полям:
     
    
    
                                                                                
            [[!mFilter2?
    &parents=`7`
    &depth=`2`
    &limit=`10`
    &tpl=`short`
    &includeTVs=`price,cpu,disk,disktype`
    &filters=`
        tv|price:number
    `
    &aliases=`
        tv|price==price
    `
    &toSeparatePlaceholders =`my.`
	&tplFilter.outer.price=`priceslider`
	&tplFilter.row.price=`pricenumber`
]]<table class="table table-hover" id="mse2_results">
  <thead>
    <tr>
      <th scope="col">Память</th>
      <th scope="col">Диск</th>
      <th scope="col">Дисковая квота</th>
      <th scope="col">Цена</th>
    </tr>
</thead>
<tbody>
[[+my.results]]
</tbody>
</table>Комментарии: 2
                Потому что id="mse2_results" нужно указать у tbody            
                    
                Спасибо, проблема решена            
                    
                            Авторизуйтесь или зарегистрируйтесь, чтобы оставлять комментарии.
                    
             
             
                    
                    
                




