Allan Jardine
838d8df9c6
Fix - integration: Border width on footer cells was incorrect when using `table-bordered` in Bootstrap
...
Fixes DataTables/DataTables #505
10 years ago
Allan Jardine
11b9c98b0d
Dev: Missing `table-condensed` selector in the table-condensed Bootstrap
...
integration
10 years ago
Allan Jardine
d9cb044f6b
Fix - integration: `table-condensed` support for Bootstrap
...
Fixes #138
10 years ago
Allan Jardine
cd1c2b8917
Fix integration: Bootstrap sorting icons were shown in FixedColumns body elements
10 years ago
Allan Jardine
4f9d74d609
Fix - Integration: Bootstrap display with TableTools when on small screen devices did not have the TableTools buttons centered while all other DataTables components were
10 years ago
Allan Jardine
2039940b7e
Fix - integration: Bootstrap 3 input search box width
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
f2c75b7247
Update - bootstrap integration: Modify the colours of the sorting icons
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
Zachary
81e9b70868
Allowing Bootstrap to determine button text color
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
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
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
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
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
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
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
46bb6b9deb
Fix: Add padding to header in bootstrap for the sort icons to go into
11 years ago
Allan Jardine
1f9595d4a9
Fix #37 - Scrolling tables incorrectly had margin between the component
...
tables for Bootstrap and Foundation integration
11 years ago
Allan Jardine
1f6bed3b75
Bootstrap - style link tags for active styling in row selection.
...
- THis fixes #33
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
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
fe87636f17
Bootstrap: Add z-index for the collection background
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