Git Product home page Git Product logo

tableheadfixer's People

Contributors

burtek avatar lai32290 avatar niciliketo avatar sudharakap avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tableheadfixer's Issues

Couldnt fix table with rowspan in first column

Hi I couldn't correctly fix the first column of a table with this format:

<table>
  <tr>
    <td rowspan=2>title</td>
    <td> content</td>
  </tr>
  <tr>
    <td>content 2</td>
  </tr>
  <tr>
    <td>title2</td>
    <td>content3</td>
  </tr>
</table>

I want the first column to fix, but in row 2, the 2nd column is fixed (because this row does not have its own col1).

Table width in Firefox

Firefox seems to be ignoring the table width and setting it to 100% which is preventing horizontal scrolling and condensing the width of the columns according to the width of the browser

Two tables One page in bootstrap

I am trying to use two tables on one page. Nested inside a bootstrap grid row of two columns. The table ID can't be used twice on one page.

I tried to assign a different id on the second table and also copy an modify the .js file without luck.

Can you help with tihs please?

[email protected]

License

Can you please add the license information to the source code?

TableHeadFixer and DataTable

Hello,
i'm trying to use TableHeadFixer with bootstrap DataTable plugin.

Setup: head and first 2 columns (of 10) fixed.

I've a problem: headers of fixed columns scroll to left instead to remain fixed (see screenshot below)

There is a way to fix it?

Thank you in advance.

tablefixer

Border of fixed column

Hello guy!
Thank you for your plugin, it's very nice.
But can you help me how to set the border for fixed column?
my table has border. but when i scroll, the border of all the fixed columns is not appear.
Sorry about my english

Want hover effect on fixed column

When I mouseover the one row, the entire row doesn't fire hover effect. Only the unfixed column change color and the fixed columns doesn't change background color. Because the background doesn't change in fixed columns.
Can you implement to add this function?

Fixed header and left column jumps

When the header and left column set to fixed it jumps while using IE and if the Laptop is using battery.
I'm thinking this has todo with relative positioning.

Make fix cell for right column and footer

Make fix cell for right column and footer, both is optional

Right column fix need can set number column will be fixed, like left fix column, right fix column is none by default

If footer is setting for fix, all tfooter will be fixed.
By default is none

Not really an issue

I am trying to make the head and column fixed and unfixed when user clicks on a checkbox.
It works,the code for onclick is $("#testTable").tableHeadFixer({'left' : 2, 'head' : true}); .
i have another checkbox which onclick does this $("#testTable").tableHeadFixer({'left' : 0, 'head' : false}); this does not work and the table head and columns are still fixed.

table width is being compressed in Safari

It seems like the table width is being ignored in Safari. The table jets compressed to fit all the columns into the screen rather than being allowed to scroll through with fixed left column and fixed header.

用knockout JS 的foreach 表格無法運作

如標題,在tbody 加入 <data-bind="foreach: textData">後,表格無法按照設定的格式呈現,再麻煩能幫忙看看是什麼問題,謝謝

    $(document).ready(function () {
        $("#fixTable").tableHeadFixer({ "head": true, "left": 2 });
    });

left columns issue when one is merged (rowspan)

I have a table with two fixed left columns and a fixed header.
Whenever I rowspan the left most column, I get three (not only 2) fixed left columns; the rowspanned one, the second leftmost column and one additional data column.

However the top row, where the label of the rowspanned is showing has 2 fixed columns as intended
It seems that the implicit <td> isn't taken into consideration.

To solve that issue I am adding a <td style='display:none'></td>
Is there a way to rectify that without using the hidden <td>
Thank you

Issue with colspan

I have a table with this layout (5 fixed columns).

<tr>
   <th colspan='3'>X</th>
   <th id='cal_check_row_all'></th> 
   <th id='cal_check_row_none'></th> 
<tr>

When applying the plugin, the generated css is not homogenous for all the columns (in the same order the above 3 th):

style="position: relative; z-index: 1; top: 0px; left: 0px; background-color: rgb(255, 255, 255);"
style="position: relative; top: 0px; background-color: white;"   // no z-index here!!!
style="position: relative; z-index: 1; top: 0px; left: 0px; background-color: rgb(255, 255, 255);"

When scrolling the table, the 2nd *_th *_go to the left (it not stays in place) bellow the first one.
Alter adding a z-index: 1to it, it goes to the left but above the left th with the colspan.

If the colspan is removed and replaced with <th>a</th><th>b</th><th>c</th> all works fine

Refreshing data and state

Hi!
Is there a way to refresh the state of the table? After I add columns/rows, the new doesn't scroll like the rest of the table.
Thanks for the great work!

Not working on mozila firefox

Hi,
The plugin does not work with IE and firefox, on newer versions of firefox it works partially, on older versions it does not work at all, moreover the scroll speed is not smooth on any browser and version. I am currently using the plugin with Angular v1.6.5 and latest plugin version.

Header flickering while scrolling in firefox

Hi,
As i am started using your plugin in my website which is working fine in chrome but in firefox and IE header start flickering(up and down) while scrolling. Help me to resolve this issue. Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.