Allan Jardine
c1bb4bf9b7
Dev: Latest build of jQuery UI CSS
10 years ago
Allan Jardine
2062f8031e
Fix #179 : Bootstrap table footer section column widths redistributed
10 years ago
Allan Jardine
2039940b7e
Fix - integration: Bootstrap 3 input search box width
10 years ago
Allan Jardine
efa0618cbb
Dev: Update foundation min file
10 years ago
Allan Jardine
ed6340ced4
Integration - jQuery: Remove old `color` style for paging buttons. No longer required.
10 years ago
Allan Jardine
4e264050bd
Fix - integration: Bootstrap sorting icons were shown twice in a scrolling table
...
Fixes #159
10 years ago
Allan Jardine
b2eb8b445a
Update - integration: Improved styling for TableTools with Foundation
10 years ago
Allan Jardine
f2c75b7247
Update - bootstrap integration: Modify the colours of the sorting icons
10 years ago
Allan Jardine
c1f5e486e6
Merge branch 'master' of github.com:DataTables/Plugins
10 years ago
Allan Jardine
439460c227
Dev: Update example BS3 integration to use latest Bootstrap
10 years ago
Allan Jardine
96cdbf965b
Merge pull request #142 from mweimerskirch/patch-1
...
New - Bootstrap integration: replace images with font icons
10 years ago
Allan Jardine
741147810b
Integration: jQuery UI stylesheet didn't have the same options as the DataTables main stylesheet
10 years ago
Michel Weimerskirch
97d5aac828
Bootstrap integration: replace images with font icons
10 years ago
tomascassidy
94ef5c3411
Allow Bootstrap to determine button font size
...
Setting a static font size here causes DataTables buttons to have different font size to the regular bootstrap buttons.
10 years ago
Allan Jardine
07a93c6e1e
Merge branch 'master' of github.com:DataTables/Plugins
10 years ago
Allan Jardine
06d299fda5
Update: Improve image compression - see DataTables/DataTables #470
10 years ago
Zachary
81e9b70868
Allowing Bootstrap to determine button text color
10 years ago
jgacuca567
6b976aaedd
index.html
...
Made Changes to Doctype as well as Foundation, updated to 5.4.7
10 years ago
Allan Jardine
699bd07ad0
Fix: FixedColumns integration with Bootstrap had a 1px alignment issue
...
due to a double border. See DataTables/DataTables #445
10 years ago
Allan Jardine
7de09b4294
Fix: Bootlint picked up that the processing element was a child of a `row` class element.
...
* Fixes #120
Fix: Processing display message was misaligned a bit
10 years ago
Allan Jardine
916be03336
Update Bootstrap 2 integration for DataTables 1.10.
...
Note that DataTables 1.9- is no longer supported with this file. For
integraiton with DataTables 1.9- please use an older version.
This is now basically the same as the Bootstrap 3 integration, but with
BS2 markup. AMD module naming also isn't defined.
10 years ago
Allan Jardine
f0f99a7511
Update Bootstrap example to use BS 3.3.0 and latest DT
...
Remove width from input element. No longer needed with latest bootstrap
fixes
10 years ago
Allan Jardine
3927fc31a5
Merge branch 'master' of github.com:DataTables/Plugins
10 years ago
Allan Jardine
8d49eb8bd2
Bootstrap 3: Improve integration options for DataTables and Bootstrap 3
...
* Use `col-sm-*` sizes for the table control components
* Remove floats from the control components - use text-align
* On small screen sizes align table control components center
* Add width to the search input again - needed to ensure alignment
10 years ago
Simen Bekkhus
53c0ff2076
Change an error in a comment
10 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
10 years ago
Allan Jardine
f737a7fd33
Fix #110 - Remove fixed width from input element. Let the browser default decide, or the developer if they provide their own
10 years ago
Allan Jardine
0e8ae17cb1
Fix: Bootstrap sort asc only disabled image looked enabled!
10 years ago
Allan Jardine
2c3231bb7c
Fix: Nested tables would cause the parent table to update its sort when a child does its own sorting
10 years ago
Greg Jopa
24ac62e71d
Update bootstrap pagination events to not redraw when button is disabled
10 years ago
Allan Jardine
c2722367bf
Merge pull request #84 from quickstep25/master
...
wrapped grid class .row around main datatable in DOM options
10 years ago
Michal Dziekonski
4decaec7bf
TableTools styles shouldn't override default BS styles
10 years ago
tomascassidy
0afb986c34
Add margin-left to search input box
...
This margin exists in the default dataTables CSS but was missing from the dataTables bootstrap CSS. It adds a small gap between the "Search:" label and the search input box.
10 years ago
Doug Hill
c7a21089a0
wrapped grid class .row around main datatable in DOM options
10 years ago
Allan Jardine
0415b8664c
Fix: Bootstrap 3 display for TableTools' info box
...
Fixes #58
10 years ago
Allan Jardine
1d6836cd79
Fix #33 - More selective on link styling
10 years ago
Allan Jardine
69fdd73f05
Fix - Integration: FontAwesome with scrolling tables
...
* This fixes #76
10 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
İrfan Evrens
53c5758ecc
px is not required.
11 years ago
Allan Jardine
be7019ee38
Add MIT license header to the font awesome integraiton file
11 years ago
Allan Jardine
08b140443f
Integration - Font Awesome
...
Use Font Awesome to provide the sorting arrows in the header of the
table and directional arrows in the pagination element
11 years ago
Allan Jardine
c0d97b6da7
Bootstrap integration - add processing element information display
11 years ago
Allan Jardine
28e7751dbe
Integration - bootstrap: Better support for table-bordered
...
* Bootstrap has changed how it styles its borders to use
border-collapse:collapse, which is unfortunate sas it makes
column width calculations to align columns in scrolling tables simply
impossible. We need to add styles to make sure the borders are
separate but look collapsed.
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
46bb6b9deb
Fix: Add padding to header in bootstrap for the sort icons to go into
11 years ago