Mottie
485b515066
Dragtable: make compatible with other widgets
2015-02-06 11:51:13 -06:00
Mottie
5e0717c466
Dragtable: add original files
2015-02-05 21:53:46 -06:00
Mottie
cb63aade3f
Themes: add filter row background color to row
...
when "hideme" class is applied, the filter row now takes on the background color from the row, at least in Chrome
2015-01-14 13:34:24 -06:00
Mottie
89af1163e5
Merge branch 'master' into working
2014-12-11 09:39:56 -06:00
Mottie
3e684eafa4
Themes: Dropbox & grey; target icon class name for css styling
2014-12-01 15:51:28 -06:00
Mottie
af407b0797
Only style i tags from tablesorter on theme bootstrap v2 & less
2014-12-01 15:50:05 -06:00
Frédéric Rodrigo
e0a8c45cae
Only style i tags from table sorter on theme bootstrap
2014-12-01 19:15:49 +01:00
Mottie
fc68aad2fd
Themes: style filter input & selects only
...
plugins like select2 copy all input class names to its container
2014-11-29 18:38:41 -06:00
Mottie
01aae38671
Filter: update themes to hide all elements when filter_hideFilters is true
...
It was not hiding filterFormatter elements properly
2014-11-05 16:53:06 -06:00
Mottie
2c849fe4c0
Themes: Fix zerba striping in nested tables
2014-10-20 15:45:44 -05:00
Mottie
71597e208a
Uitheme: fix multiple header row sort icons
2014-10-20 15:45:43 -05:00
Mottie
8320e12ea5
Demos & themes: include caption in metro theme; add to various demos
2014-09-27 11:35:42 -05:00
Mottie
c4b347c475
Theme: remove auto height setting from filter elements
2014-06-18 15:48:46 -05:00
Mottie
f0eb9ee8f8
Theme: bootstrap white unsorted icon now shows with icon-white class. See #648
2014-06-13 13:53:21 -05:00
Mottie
2f7bf001ba
Theme: green theme now works with css3 sticky headers
2014-05-22 07:53:28 -05:00
Mottie
47fd40fa0f
Themes: add Metro theme/LESS file; add Bootstrap LESS file
2014-05-05 14:19:29 -05:00
Mottie
a0e5620c69
Destroy will now maintain applied theme
...
with false flag set: $("table").trigger("destroy", [false]);
2014-04-10 07:22:23 -05:00
Ilya Igonkin
17b728db21
Fix zebra highlighting for child rows
2014-04-03 11:43:51 +06:00
Mottie
e25de3c0be
Child row updates. Fixes #556 & part of #396
...
Add tablesorter-hasChildRow
If the last pager row has any child rows, they are now included
Add "filtered" css definition to every theme to hide content
2014-03-31 05:07:19 -05:00
Mottie
ec05cd9ff5
Increase Bootstrap 3 theme css specificity. See #515
2014-02-27 15:06:57 -06:00
Mottie
cb40882acc
Add showError function. Fixes #486
2014-02-11 00:13:40 -06:00
Erik-B. Ernst
52f4308661
* styled Bootstrap 3's disabled filter widget input element
2014-01-27 20:28:21 +01:00
Erik-B. Ernst
160f4390ce
* readded Bootstrap 2 theme
2013-12-14 15:35:01 +01:00
Mottie
09d0961648
Remove Bootstrap filter cell background color. Fixes #425
2013-11-24 10:36:07 -06:00
Mottie
94d9e82518
Theme changes. See #407 .
...
Default cursor for non-sortable headers
Dropbox adjustments to work in stickyheaders demo
Ice theme top border
Sticky header widget tweaks to line up columns in Firefox
2013-11-22 19:12:17 -06:00
Mottie
954ddeb493
Add caption styling to uitheme widget
2013-11-08 23:14:23 -06:00
Mottie
b312c707c3
theme & demo updates
2013-11-08 02:43:57 -06:00
Mottie
818b82dcae
LESS theme update for LESS 1.4+
2013-10-30 17:58:48 -05:00
Mottie
2793de57fc
Added Bootstrap 3 support. Fixes #365
2013-10-10 17:01:17 -05:00
Mottie
f721cef683
doc updates & version bump
2013-05-27 08:38:55 -05:00
Mottie
da87350800
updated filter formatter demos & fixed some issues with the compare option; see #304
2013-05-23 15:32:19 -05:00
Mottie
10f24c922a
ajaxProcessing return optional jQuery object; updated error handling & theme css
2013-05-07 10:13:50 -05:00
Mottie
0b7a9bbfc6
Bootstrap disabled filters styling update
2013-04-26 10:35:48 -05:00
Volker Thiel
d90017abc8
Styling disabled filter elements
...
When a filter element is disabled this state should be reflect through its style. Since the css classes are already there I've simply added a different background color. You can, of course, hide them by adding `display:block;` instead.
2013-04-23 18:44:40 +03:00
Mottie
2134d6dcd0
stickyHeaders now include caption ( fixes #126 ) & filter row ( fixes #249 )
2013-04-01 11:02:48 -05:00
Mottie
5c4fe06b81
added widget priorities
2013-03-31 12:18:20 -05:00
Mottie
f1ffc78be3
Added exactMatch to html5color & fixed hiding filter row - issue #250
2013-02-28 10:32:45 -06:00
Mottie
9b1972a934
convert all files to utf-8 NO BOM
2013-02-17 13:53:33 -06:00
Mottie
9f487c5384
filterFormatter docs & files
2013-02-17 13:23:36 -06:00
Mottie
5d8c567095
replaced url() with none
2013-01-07 13:01:57 -06:00
Mottie
05d531e3f9
sorter-false now restores cell padding. See issue #188
2012-12-19 10:36:44 -06:00
Mottie
0ac192d791
themes hide sort-false arrows. Fixes #188
2012-12-14 14:05:29 -06:00
Mottie
b74808e43a
fixed linear gradients
2012-11-26 13:16:48 -06:00
Mottie
dd919cd68a
fixed inconsistencies in using sortUp & sortDown - fixes issue #173
2012-11-22 19:53:41 -06:00
Mottie
5a2ca38fb9
update docs & fixed minor errors
2012-11-14 16:52:30 -06:00
Mottie
c19e5b2cdc
updated less theme; link to live demo @codepen
2012-11-12 17:01:04 -06:00
Mottie
9087cdaf22
updated less theme
2012-10-13 14:40:02 -05:00
Mottie
1908a3dfc8
bootstrap updates - fixes #142
2012-10-13 14:06:50 -05:00
Mottie
c29e651ebf
updated docs
2012-09-27 14:57:19 -05:00
Rob Garrison
905ff6ce45
updated themes to include sorted footer styling
2012-08-19 16:34:53 -05:00