Commit Graph

87 Commits (master)

Author SHA1 Message Date
Vitaliy Filippov 3fb1801f87 change version 2016-08-14 16:15:56 +03:00
Vitaliy Filippov 3b52300398 Fix fixedheadertable resizing with fixed columns 2016-08-14 16:11:04 +03:00
Vitaliy Filippov 384bd78c4c Refresh table header on each re-init ("setup") 2016-03-04 15:33:44 +03:00
Vitaliy Filippov c5ee9a311c Implement auto-resize 2015-07-27 14:06:12 +03:00
Vitaliy Filippov 5c43d85281 Remove scrollbar padding when no scrollbar is present 2015-07-27 14:02:48 +03:00
Vitaliy Filippov 6000bfe16c Fix cloned header width 2015-07-27 14:02:48 +03:00
Vitaliy Filippov f2f98a3dc3 Fix table sizing (use thead for both body and header divs!) 2015-07-27 14:02:48 +03:00
Mark Malek 8b8667e86c Merge pull request #108 from mda-php/master
FIXED ISSUE #107 Scrollbar offset is incorrect if padding-right is already exists
2014-03-04 12:31:39 -05:00
hiddes 300eea76d0 Copy inline styles from original table 2014-02-27 17:50:27 +07:00
hiddes 1d1ff6e2bf FIXED ISSUE #107 Scrollbar offset is incorrect if padding-right is already exists 2014-02-27 15:23:41 +07:00
Mark Malek 2deb86477c Merge pull request #104 from mda-php/master
FIXED ISSUE #69 Scrolling over fixed column header distorts the table
2014-02-02 18:41:53 -08:00
hiddes e7aa5be530 FIXED ISSUE #69 Scrolling over fixed column header distorts the table 2014-01-31 14:51:53 +07:00
Mark Malek 802503fe07 Updated year and name 2013-09-19 01:47:08 -04:00
Mark Malek ef36b68c9a Added a license 2013-09-19 01:46:41 -04:00
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
Mark Malek 231fdcd251 Add .DS_Store to gitignore 2013-08-01 01:46:40 -04:00
Mark Malek eb36b15911 Merge pull request #80 from solomax/patch-1
Fixes Issue #59
2013-07-31 22:02:15 -07: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
Mark Malek 60b80586e6 Merge pull request #78 from lucianocosta/patch-1
preventing 'apply' method call on undefined obj
2013-07-09 12:13:30 -07:00
Luciano Costa e187cfcb39 preventing 'apply' method call on undefined obj 2013-07-08 17:29:29 -03:00
Mark Malek f75b61f28e Merge pull request #71 from dormisher/master
Merging pull request to fix support for jQuery 1.9+ and the removal of $.browser.msie
Plugin fix for jQuery 1.9 >
2013-04-19 09:05:06 -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
Mark Malek aa40378f85 Merge pull request #47 from ReneNyffenegger/master
Removed a comma beacuse IE7 doesn't like them in front of }
2012-03-13 12:02:26 -07: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
Mark Malek 41bf4b5f4d Merge pull request #42 from macfreek/master
Fixes for horizontal scrolling footers with fixed-columns
2012-03-01 13:39:51 -08:00
Freek Dijkstra b149990474 Move themeClass and height from JavaScript to HTML. This makes the configuration easier and gives much better backward compatibility if JavaScript is turned off. 2012-02-27 17:12:08 +01: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
Freek Dijkstra 3e451a1a69 Add example #05 with user-provided footer. 2012-02-26 23:53:34 +01:00
Freek Dijkstra ea6d61516a Fix examples syntax fixedColumn -> fixedColumns 2012-02-26 23:30:09 +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
Mark Malek 49415cf6ae Merge pull request #13 from tadfisher/fixedcolumns
Multiple fixed columns
2011-11-23 12:42:18 -08:00
Tad Fisher 00b1badbcd Fixed mousewheel scroll distance, some JSLint complaints, corrected minification 2011-08-01 10:49:59 -10:00
Tad Fisher 571fe4c707 Added mousewheel include note to readme 2011-08-01 10:25:01 -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 3e498d9f68 Updated tests for multiple-fixed-columns 2011-08-01 07:53:22 -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 b9bea2a883 Updated ReadMe with fixedColumn option 2011-05-18 18:43:43 -04:00
Mark Malek b0e028a418 Updated version in comments 2011-05-18 18:38:24 -04:00