Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
5answers
8k views

Scrollable HTML table with top row and left column frozen

Has anyone been able to implement a scrollable table in HTML where the TOP row and LEFT columns are frozen, but the rest of the table is scrollable? A perfect example of this is: Google Squared I ...
0
votes
1answer
108 views

Make a scrollable content with jquery datatable

is there any way to make a scrollable content with jquery datatable?? here is my script : oTable = $('#tablex').dataTable ({ "sDom": "<'scrollContent't>T<'fg-toolbar ...
0
votes
1answer
434 views

JSF Rich scroallable Datatable Issue

In a scrollable datatable, which displays a collection of objects , I have to add one manual row as first row. That row contains inputText, through which user can able to enter some values and while ...
0
votes
1answer
276 views

Scrollable table and keydown function

I have a program at jsfiddle.net, which uses the webtoolkit jquery plugin to make a table be scrollable. It works for IE and FF, but not Chrome. I'm not worried about it not working in Chrome. My ...