Questions tagged [fixed-header-tables]

Tables in which the first row (typically holding the column names) is fixed (i.e.: it doesn't scroll).

Tables in which the first row (typically holding the column names) is fixed (i.e.: it doesn't scroll).

142 questions
0
votes
1 answer

Android scrollable table with fixed header, make dummy rows invisible

I know there have been several posts about this, but I can't get this working. I want a table with a header that stays visible while scrolling through the contents of the table. I'm fond of this approach:…
User42
  • 970
  • 1
  • 16
  • 27
0
votes
0 answers

Fixed column as header (vertical header) and rest scrollable for table using Bootstrap2

I have tried various results but usually most of the places I got the horizontal fixed header. But I am working with bootstrap 2 and want to make a table which have various dynamic columns so make fix first 3 columns to be used as vertical header…
0
votes
1 answer

Column alignment issue with fixed header data table

I am using fixed header property for the angular data table and the code look like as follows $scope.table.dataTable($scope.gridOpts); new $.fn.dataTable.FixedHeader($scope.table); The header of the table became fixed at the top of the page…
Saidh
  • 1,131
  • 1
  • 12
  • 21
0
votes
0 answers

Fixed header columns misaligned when table is wider than window (only with twitter bootstrap)

I have a fixed table header script that works exactly as I need it to unless the table is wider than the window AND twitter bootstrap 3 css is being loaded on the page AND I am viewing the page with IE or Firefox. What is it about twitter…
ctrane
  • 173
  • 1
  • 1
  • 9
0
votes
2 answers

How to pass a dynamic list of comma separated elements into a jQuery Plugin's options

I am working with the jQuery fixedheadertable plugin. This plugin allows user to have a fixed header that stays in a static position whenever scrolling down the table. My question is more of a general js question, however. Here is my code that…
0
votes
1 answer

How to get a sticky table header with the same column widths as the base table

I'm trying to create a sticky table header, but the problem is, I can't get the widths of the columns to match the widths of the columns in the base table. The problem seems to be that regardless of the widths I set (or not set) for the individual…
HartleySan
  • 7,404
  • 14
  • 66
  • 119
0
votes
0 answers

style changed when using a Jquery fixed table header

I want to implement a fixed table header using Jquery. Please see this JSFiddle. When user scroll down the page, the table header will remain fixed position. I use the following way to control the fixed…
Tester
  • 798
  • 2
  • 12
  • 32
0
votes
2 answers

Header position: fixed

I would like to know if by any chance I can have a fixed header still at the screen when I scroll down and how can I do it? I tried to add to the CSS position: fixed; in the .header.dark class but it's breaking the template. Thanks for your help.
0
votes
0 answers

DataTable-FixedHeader on ASP.Net Repeater throws errors after async postback

I use the FixedHeader-function (http://datatables.net/extras/fixedcolumns/) from DataTables (http://datatables.net/) on an ASP Repeater. The repeater/table is not visible when the page is loaded, the user has to select an item in a dropdownlist for…
dhanjel
  • 51
  • 4
0
votes
3 answers

Shrinking a table by jquery

I have a div which contains. A table with fixed header poperty.I have achieved it by writing 2 divs first div contains a table that defines only headers and next div contains a table that has all the data.Now to keep it aligned I gave them a fixed…
Saurabh
  • 1,007
  • 2
  • 10
  • 24
0
votes
1 answer

Scrollable resizeable table with fixed headers

I am creating a table at runtime using jQuery. The table comes from JSON data. The issue is that I need to provide a fixed header to the table so that when I scroll it the header should not move. I know I can create 2 divs one for header only and…
Gautam
  • 1,728
  • 8
  • 32
  • 67
0
votes
1 answer

click events on the fixed header

I have used fixed header from this gist in my code. I want to be able to click the header columns and sort the table based on which column header is clicked. But I cannot get hold of the click event on the the column.
8GB
  • 79
  • 3
  • 13
0
votes
1 answer

Cloned Table header column width and original tbody column width misaligned when data is loaded dynamically from json

I am working with html,jQuery, JSON and came across following task where I need to freeze the table header. I have tried many plugins to freeze the header but the issue is that as the tbody is getting populated with json data thru an ajax call in…
Diya4ever
  • 102
  • 1
  • 5
  • 13
0
votes
0 answers

Freezing table inside ListView

I have a table and I want to fix the header... so fare I've done the following, based on the example in THIS link:
Kemoid
  • 45
  • 2
  • 2
  • 7
0
votes
1 answer

thead position absolute not working in IE7

I try to make a table header fixed when scoll down on pages. The problem is in IE7, the thead are not absolute but are showing in the "right" positions. It need to fly over the table. It works perfect in FireFox 11 I have a table structure as…
boje
  • 869
  • 1
  • 16
  • 34
1 2 3
9
10