Hi there,
How can I modify the CSS file to make the table automatically resized? Now I use width:100% for each table but it turns out that it can't adapt to different screen size. Table table-assets is defined in JS.
#table-assets {
width:100% !important;
}
Thank you!