Files
redash/rd_ui/app/views/grid_renderer.html
Arik Fraimovich 44f8ccfd75 New design 🎉 and UX improvements! In more detail:
- Based on the SuperFlat admin theme (I bought the extended license).
- All pages are now full-width to give your data the room it deserves.
- Various UX improvements (althuogh there is still room for improvement).
2016-04-14 22:27:26 +03:00

6 lines
163 B
HTML

<div>
<smart-table rows="gridData" columns="gridColumns"
config="gridConfig"
class="table table-hover"></smart-table>
</div>