samedi 25 avril 2015

Bootstrap: responsive table with variable column number

I have to show user really huge link cloud - something about 1000 links. It's natural I use tables for that purpose, bu tables are not responsive -- on mobile devices I am getting extremelly small links, which on small PR-screens I am getting a scrollbar.

What I want is CSS framework to decide, how many columns could be comfortable shown to user, while link size still stays comfortable. So, its:

link    link    link    link    link
link    link    link    link    link
link    link    link    link    link

on huge screen or:

link    link
link    link
link    link
link    link
link    link
link    link
link    link

On mobile. How do I do that using Bootstrap?




Aucun commentaire:

Enregistrer un commentaire