Table with column and fixed scrolls

0

I need to make a table with the first fixed column and fixed side scroll, as the example of this link: link

Source code: link

The problem is that in this example we used fixed dimensions for everything ("px"), and I need the size to be suitable according to the screen ("%"). I tried to replace everything with%, but I can not in any way enable the horizontal scroll ..

Can anyone give a force?

    
asked by anonymous 01.05.2015 / 01:51

1 answer

1

If you use Bootstrap 3, the Stack Overflow staff responded your question . If not, there are other options.

  • Sticky Tables (it's kind of responsive);
  • There is this library too ;
  • Responsive Tables .
  • I hope I have helped you. I believe that for mobile devices% is not used, but rem or em . But I can not confirm 100%.

        
    01.05.2015 / 02:17