Commit Graph

39 Commits (52d42a3665e614bedb77d08251cae986254865f1)

Author SHA1 Message Date
Mark Malek 52d42a3665 Convert mixed tabs to spaces. Tab width = 2 spaces. Remove unused variables. Fixed out of scope variables. 2013-08-01 01:47:25 -04:00
Maxim Solodovnik ca4d8c60c7 Fixes Issue #59
This patch fixes Issue #59 for me. Could you please review it?
2013-07-12 16:51:52 +07:00
Dan Ormisher 02f5e026b7 replaced use of $.browser.msie which has been removed from jQuery 1.9 with equivalent check 2013-04-19 16:00:06 +01:00
Rene Nyffenegger dc9980bc3d Removed , before } because IE7 doesn't seem to like this 2012-03-13 00:54:15 +01:00
Mark Malek 4ad1319a32 Merge pull request #45 from macfreek/stage/classes
Retain CSS classes
2012-03-08 16:45:45 -08:00
Mark Malek e2df04560c Merge pull request #37 from crazytonyi/patch-2
Documentation and demo still say to use fixedColumn and set to true. Add...
2012-03-08 12:51:56 -08:00
Freek Dijkstra c9739b737f Merge fbbf58c into master (original version was made against v1.3) 2012-02-27 15:47:22 +01:00
Freek Dijkstra bb17386015 Change thead to tfoot in .fht-fixed-column .fht-tfoot 2012-02-27 11:19:53 +01:00
Freek Dijkstra e97620b3dd Adjust width of fixed-column footers to account for footers with a colspan 2012-02-27 10:11:38 +01:00
Freek Dijkstra 23b510dac9 Footers scroll horizontally 2012-02-27 10:06:26 +01:00
Freek Dijkstra b2a37e054b tfoot, tbody and thead may now contain either td or th. Previously thead could only contain th, while tbody and tfoot could only contain td. 2012-02-27 01:33:03 +01:00
Frédéric Camblor fbbf58cb70 Original <table> classes are not overridden anymore 2012-02-26 03:00:45 +01:00
Frédéric Camblor 8ac7bc7c41 Fixing bug when footer is true and cloneHeadToFoot is not : scrolling was not working on footer nor footer fixedColumn 2012-02-26 02:58:40 +01:00
crazytonyi 47431474ef Documentation and demo still say to use fixedColumn and set to true. Added it back into default settings set to false and if set to true (and fixedColumns is 0) sets fixedColumns to 1. Not sure if the 'fixedColumns <= 0' covers all bases, but it accounts for when the parameter is set to a valid option. 2012-02-14 06:19:57 -06:00
Tad Fisher 00b1badbcd Fixed mousewheel scroll distance, some JSLint complaints, corrected minification 2011-08-01 10:49:59 -10:00
Tad Fisher 2d437b3ff9 formatting, add mousewheel to minified dist 2011-08-01 10:21:40 -10:00
Tad Fisher 291a96905c Respond to mousewheel on fixed columns 2011-08-01 10:06:36 -10:00
Tad Fisher 2ef1314562 Fix column widths on FF3.x 2011-08-01 09:12:58 -10:00
Tad Fisher 973aa1118d Correct fixed-column widths, make horizontal scrollbar selectable 2011-08-01 08:13:15 -10:00
Tad Fisher cb3cf67242 support multiple fixed columns - use {'fixedColumns': n} 2011-08-01 07:43:06 -10:00
Mark Malek c30fe94be0 Minor refactoring
Updated minified version

Created a new public method for adding alt rows css class names
2011-05-28 02:47:35 -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 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 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 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 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 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 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 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 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