null-d3v
e27580ec3f
Update dataTables.jqueryui.js
11 years ago
null-d3v
d7c5601a32
Update dataTables.jqueryui.js
11 years ago
null-d3v
3f60ba4093
Utilize widgets, improve style integration
11 years ago
null-d3v
0c47f9e736
Match original indentation
11 years ago
null-d3v
1905e9bf45
Ensure jQuery UI theme styles are not overwritten
11 years ago
Allan Jardine
f99d15aa1d
Fix #111 - Remove reference to background.png. Use just CSS colour and opacity now for the background to a collection
...
Dev: Update make script to built jQuery UI CSS file in place since it is held in the repo as well
11 years ago
Allan Jardine
2c3231bb7c
Fix: Nested tables would cause the parent table to update its sort when a child does its own sorting
11 years ago
Allan Jardine
0d022b93e8
Merge branch 'master' of github.com:DataTables/Plugins
11 years ago
Allan Jardine
d45d20d4e0
Integration - jQuery UI: Remove !important for text colouring for
...
TableTools buttons
11 years ago
Allan Jardine
f08264584a
Merge pull request #72 from Miosss/master
...
Colon possibly causing bugs in IE8 and earliers.
11 years ago
Miosss
edfd80a66f
Colon possibly causing bugs in IE8 and earliers.
11 years ago
Allan Jardine
427ef66304
Updates for the integration files:
...
* All are AMD and CommonJS compatible now
* Each adds a `dt-*` class to the wrapper element for conditional
styling
* DataTables 1.10+ only now
11 years ago
Allan Jardine
e942118178
Update jQuery UI integration
...
- Fix error on span sorting class being applied to all span elements in
the header cell
- Fix possible sort classes not working
11 years ago
Allan Jardine
5f255273de
jQuery UI integration: TableTools styling
11 years ago
Allan Jardine
2cf85d1ccd
Update: Update the header renderer for the DataTables 1.10 updated
...
parameter list
11 years ago
Allan Jardine
fcd3b3cf0d
jQuery UI ThemeRoller integration
...
- DataTables has its bJQueryUI / jQueryUI option which will
automatically enable jQuery styling options which are built into
DataTables, however this option is depricated in 1.10 and will be
removed in 1.11 to keep all integrations independent of the core (i.e.
jQuery UI will be just the same as Bootstrap, Foundation and others).
- As a result of jQueryUI option being removed in 1.11 and depricated in
1.10 I want people to be able to use the new method of doing things
immediately, rather than needing to rely upon a depricated option.
This files provide the integration needed for jQuery UI
11 years ago