mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
Add responsive elements for tables and fix code style
This commit is contained in:
parent
b7e0966007
commit
ea815a1ff1
26 changed files with 258 additions and 124 deletions
|
@ -71,6 +71,7 @@ http://www.consulenza-web.com/2012/01/mediatable-jquery-plugin/
|
|||
|
||||
// Create the wrapper.
|
||||
wdg.$wrap.addClass('mediaTableWrapper');
|
||||
wdg.$wrap.attr('data-respond', '');
|
||||
|
||||
// Place the wrapper near the table and fill with MediaTable.
|
||||
wdg.$table.before(wdg.$wrap).appendTo(wdg.$wrap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue