Allan Jardine
1f6bed3b75
Bootstrap - style link tags for active styling in row selection.
...
- THis fixes #33
11 years ago
Colin Fein
24b417bd86
Do not navigate to unparseable page numbers.
11 years ago
Allan Jardine
2bd1817119
Bootstrap 3 uses border-box for all elements, which completely breaks
...
DataTables' column width calculations. As such we need to reset the
table, th and td elements to be content-boxes.
Also improved the namespace selection of the table.dataTable (rather
than table.table) selector, to ensure only DataTables get the modified
styles
11 years ago
Allan Jardine
ca6ec50d22
Bootstrap - use small inputs for DataTables inputs
11 years ago
Allan Jardine
f37f882a5a
Merge branch 'master' of github.com:DataTables/Plugins
11 years ago
Allan Jardine
5752e4c0c3
Bootstrap 3 compatiblity update - make use of the sFilterInput and
...
sLengthSelect options in DataTables 1.10 to provide classes for hte two
form elements used by DataTables
11 years ago
Allan Jardine
c17c4ec9fa
Bootstrap (2): Add background z-index for collection
11 years ago
Allan Jardine
fe87636f17
Bootstrap: Add z-index for the collection background
11 years ago
Faraz Yashar
5b36d97dab
Fix color for Foundation disabled asc image
11 years ago
Allan Jardine
29b203ab9a
Update Bootstrap integration for Bootstrap 3rc2 and TableTools
11 years ago
Allan Jardine
dec9bace32
Bootstrap integration
...
- Provide different files for the different Bootstrap versions
- Bootstrap 3 integration with the small updates required
- Examples for v2 and v3 of Bootstrap. I couldn't find v1 on a CDN so
I've not included an example there
11 years ago
Akos Kemives
c3e911848c
support for twbs3.0 pagination structure
11 years ago
Allan Jardine
2adba8a7db
Fix - foundation integration: pagining could cause changes to other UL
...
elements on the page.
- Thanks to MattSyp for spotting and suggesting the fix for this (
http://datatables.net/forums/discussion/16470 )
11 years ago
Allan Jardine
6d6c09d484
Merge branch 'master' of github.com:DataTables/Plugins
12 years ago
Allan Jardine
bca8c3503c
Fix thread 15450 - TableTools collection button can spawn multiple
...
backgrounds
- Due to a z-indexing error, the background element could actually be
created multiple times by clicking on the element without moving the
mouse. Adding a z-index statement fixes this.
12 years ago
Matt Clements
7f1ebd84fc
Fixing CSS Typo
12 years ago
Allan Jardine
abf37a562f
FixedColumns for Bootstrap update to support right column fixing
...
- Update from ganchunhow - http://datatables.net/forums/discussion/10869
12 years ago
Allan Jardine
3532b992b6
New: Foundation 4 integration files for DataTables
...
- Simply include the CSS and JS file on the same page as your DataTable
and Foundation files and then initalise your DataTable as per usual:
$('#example').dataTable();
12 years ago
Allan Jardine
38fa052444
api - fnPagingInfo.js plug-in didn't correctly handle -1 page length
12 years ago
Allan Jardine
da04311c95
integration:bootstrap - Fix leaking global - 12739
12 years ago
Allan Jardine
cf84495beb
jPaginator integration from Ernani Azevedo :-)
12 years ago
Allan Jardine
9556be3b19
Fix: TableTools withdrop down menu needs flash items to be positioned over the buttons - 11885
12 years ago
Allan Jardine
3950436527
Bootstrap: Update for Twitter Bootstrap 2.1 - need to use absolute pixel size rather than a relative one in the buttons
12 years ago
Jason Punyon
d8a4fba165
Fix non scrolling bug with Fixed Columns
...
Fix error I reported in
http://datatables.net/forums/discussion/comment/37284#Comment_37284
12 years ago
Allan Jardine
8eb593c99f
Fix: Bootstrap integration with FixedColumns - need background colour on the header elements
13 years ago
Allan Jardine
85365ef882
Fix: Improvements for bootstrap integration with Scrolling
...
New: Add FixedColumns support to the Bootstrap integration
13 years ago
Allan Jardine
8fc0f66cfb
Modify the button size slightly
13 years ago
Allan Jardine
2b0a6f259c
Update Bootstrap integration for TableTools to be more complete - specifically in this case to take into account row selection
13 years ago
Allan Jardine
b80be9413b
Fix - btn class should not be removed when switching between disabled and enabled states for TableTools buttons
13 years ago
Allan Jardine
3f14545995
Bootstrap integration - add TableTools print styling and the modal class to the information display
13 years ago
Allan Jardine
e29eebeaee
Add TableTools integration to the Bootstrap integration files
13 years ago
Allan Jardine
9446c388a6
Bootstrap integration update: Use fluid width rows
...
Bootstrap integration update: Add the sorting images for the header sorting options. We can't use the Bootstrap icons because we need additional HTML for that (an <I> tag), but DataTables 1.10 (or possibly 1.11) will add a good deal of functionality in that regard.
13 years ago
Allan Jardine
6e221d94b9
Add Bootstrap integration files
...
Add index files
13 years ago