M4MController / frontend

https://meter4.me M4M Ember.js web application
https://meter4.me
0 stars 0 forks source link

Добавить фильтр на страницу автосервиса #138

Closed JohnKeats97 closed 5 years ago

JohnKeats97 commented 5 years ago

119

ed-asriyan commented 5 years ago

стилей нет же

ed-asriyan commented 5 years ago

на счет кликабельных строк я имел что-то типа такого:

<tr class="{{if attrs.onRowClick "clickable"}}" onclick={{attrs.onRowClick}}>
      {{#each columns as |column|}}
        <td>{{get row column.path}}</td>
      {{/each}}
    </tr>