Commit Graph

87 Commits (master)

Author SHA1 Message Date
Mark Malek 9edaabe5b6 Updated minified version 2011-05-18 02:59:57 -04:00
Mark Malek 2c39d6f089 Bug fix:
Added vertical-align declaration for default styles. Fixes a bug with rows not aligning with fixed columns
2011-05-18 02:58:49 -04:00
Mark Malek f2d56ef374 Update demo:
Updated demo file with new examples.
2011-05-18 01:07:14 -04:00
Mark Malek 0d2a5a1148 Bug fix:
Bind scroll event to current table object, not all tables.
2011-05-18 01:06:30 -04:00
Mark Malek 6de54fb1bb Bug fix:
Improved fixed column performance.
Fixed bugs in Firefox 4 and IE with fixed columns.
2011-05-18 00:47:25 -04:00
Mark Malek 4e683dfb7c New Feature:
Added support for fixed left column.
Bugs still remain in non-webkit based browsers
2011-05-15 23:35:20 -04:00
Mark Malek 2d85e85937 Create branch v1.3
Updated version numbers to 1.3
2011-05-14 17:13:45 -04:00
Mark Malek e9296a4f56 Merged branch 1.2.2 to Master
Updated README to Version 1.2.2

Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-14 16:24:40 -04:00
Mark Malek 15899b2d51 Bug fix:
Fixed bug with tfoot footers not displaying

Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-09 17:24:50 -04:00
Mark Malek 41f95fddd1 Merge branch 'master' of github.com:golovko/Fixed-Header-Table into version_1.2.1 2011-05-08 00:02:18 -04:00
Mark Malek e813e92755 Delete old files
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-07 23:55:44 -04:00
Mark Malek 3e9511ce2b Squashed commit of the following:
commit 3c1c3bd18e
Author: Mark Malek <markmmalek@me.com>
Date:   Sat May 7 23:43:30 2011 -0400

    Updated version in comments and minified file

    Signed-off-by: Mark Malek <markmmalek@me.com>

commit cff9699e3e
Author: Mark Malek <markmmalek@me.com>
Date:   Sat May 7 23:37:50 2011 -0400

    New features:

    Added side scrolling for tables that exceed wrapper width.

    Signed-off-by: Mark Malek <markmmalek@me.com>

commit 891d3086cd
Author: Mark Malek <markmmalek@me.com>
Date:   Sat May 7 05:24:26 2011 -0400

    Minified version

    Signed-off-by: Mark Malek <markmmalek@me.com>

commit e9fe5297bc
Author: Mark Malek <markmmalek@me.com>
Date:   Sat May 7 04:57:52 2011 -0400

    Updated README.md

    Signed-off-by: Mark Malek <markmmalek@me.com>

commit 946077990e
Author: Mark Malek <markmmalek@me.com>
Date:   Sat May 7 04:54:44 2011 -0400

    Removed old readme, added formatted readme

    Signed-off-by: Mark Malek <markmmalek@me.com>

commit 9fb59bbe81
Author: Mark Malek <markmmalek@me.com>
Date:   Sat May 7 03:33:04 2011 -0400

    Bug fixes:

    Added a missing comma.
    Changed complete callback to create callback

    Signed-off-by: Mark Malek <markmmalek@me.com>

commit dc169731d1
Author: Mark Malek <markmmalek@me.com>
Date:   Sat May 7 01:36:20 2011 -0400

    Bug fix:

    Get parent wrapper width excluding padding.

    Signed-off-by: Mark Malek <markmmalek@me.com>

commit 17df3b5d05
Author: Mark Malek <markmmalek@me.com>
Date:   Mon May 2 18:32:36 2011 -0400

    Updated Readme

    Signed-off-by: Mark Malek <markmmalek@me.com>

commit 24d094417e
Author: Mark Malek <markmmalek@me.com>
Date:   Mon May 2 16:07:46 2011 -0400

    Bug fix:

    - complete callback using settings not options.

    Signed-off-by: Mark Malek <markmmalek@me.com>

Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-07 23:51:02 -04:00
Mark Malek 3c1c3bd18e Updated version in comments and minified file
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-07 23:43:30 -04:00
Mark Malek cff9699e3e New features:
Added side scrolling for tables that exceed wrapper width.

Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-07 23:37:50 -04:00
Mark Malek 891d3086cd Minified version
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-07 05:24:26 -04:00
Mark Malek e9fe5297bc Updated README.md
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-07 04:57:52 -04:00
Mark Malek 946077990e Removed old readme, added formatted readme
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-07 04:54:44 -04:00
Mark Malek 9fb59bbe81 Bug fixes:
Added a missing comma.
Changed complete callback to create callback

Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-07 03:33:04 -04:00
Mark Malek dc169731d1 Bug fix:
Get parent wrapper width excluding padding.

Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-07 01:36:20 -04:00
Mark Malek 2e366aaba2 Squashed commit of the following:
commit 17df3b5d05
Author: Mark Malek <markmmalek@me.com>
Date:   Mon May 2 18:32:36 2011 -0400

    Updated Readme

    Signed-off-by: Mark Malek <markmmalek@me.com>

commit 24d094417e
Author: Mark Malek <markmmalek@me.com>
Date:   Mon May 2 16:07:46 2011 -0400

    Bug fix:

    - complete callback using settings not options.

    Signed-off-by: Mark Malek <markmmalek@me.com>

Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-02 18:56:04 -04:00
Mark Malek 17df3b5d05 Updated Readme
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-02 18:32:36 -04:00
Mark Malek 24d094417e Bug fix:
- complete callback using settings not options.

Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-02 16:07:46 -04:00
Mark Malek f70e957672 Updated comments
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-02 10:52:24 -04:00
Mark Malek a0a85b0af5 Updated demo and examples
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-02 10:48:56 -04:00
Mark Malek 2562baa42c Added support for callbacks for show / hide
Added support for show / hide effects and duration

Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-02 01:18:18 -04:00
Mark Malek cfd9fcb09f Added some content to README
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-01 20:32:34 -04:00
Mark Malek 64c195ccac Added more styles to the test
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-01 20:30:21 -04:00
Mark Malek 5529140af6 Bug fixes:
Fixed a bug with theming
Fixed a bug with not including a fixed width as an option

Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-01 20:30:01 -04:00
Mark Malek a8fe78cb63 Moved demo files into a demo directory
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-01 19:54:28 -04:00
Mark Malek 229d75e6eb Added theme to myTheme.css
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-01 15:13:02 -04:00
Mark Malek c7858291c9 Added a theming class for theming support
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-01 14:39:12 -04:00
Mark Malek b058939c6e Fixed bugs with IE and Firefox
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-01 14:33:19 -04:00
Mark Malek 771268b06c Added support for collapsed borders (unfinished)
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-04-30 20:45:15 -04:00
Mark Malek 3a6d25d7e2 Added support for collapsed borders.
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-04-30 20:44:30 -04:00
Mark Malek 0ff6ce3f4f Demo files.
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-04-30 17:07:17 -04:00
Mark Malek e384e8920f Re-write of basic functionality in jQuery plugin authoring pattern.
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-04-30 17:06:58 -04:00
Mark Malek 907df8438d First commit for this repo 2011-04-04 10:28:15 -04:00