- (females majoring in languages with a score >80)
- (males majoring in languages with a score >80)
-
+ (females majoring in languages with a score >80)
+ (males majoring in languages with a score >80)
+
diff --git a/docs/example-pager-filtered.html b/docs/example-pager-filtered.html
index ec2ffe9f..c1dbf6bf 100644
--- a/docs/example-pager-filtered.html
+++ b/docs/example-pager-filtered.html
@@ -59,8 +59,8 @@
// present in the table when the pager is applied ("removeRows" is false)
// ***********************************************************************
var r, $row, num = 50,
- row = '
diff --git a/docs/example-pager.html b/docs/example-pager.html
index c282e9ab..3713f234 100644
--- a/docs/example-pager.html
+++ b/docs/example-pager.html
@@ -112,8 +112,8 @@
// present in the table when the pager is applied ("removeRows" is false)
// ***********************************************************************
var r, $row, num = 50,
- row = '
This demo shows how to get around an issue with the filter widget:
The zebra widget button below was added to show that when bootstrap's "table-striped" class is applied, the css defined zebra striping will not apply correctly because table rows are hidden but still accounted for by the css nth-child() selector.
-
To better understand this issue, disable the zebra widget (using the toggle button). Now in the "Calculus" column.
-
Try other filter searches with the zebra widget disabled, like in the "Sex" column.
+
To better understand this issue, disable the zebra widget (using the toggle button). Now in the "Calculus" column.
+
Try other filter searches with the zebra widget disabled, like in the "Sex" column.
To solve this issue, just enable the zebra widget and the "even" and "odd" row class names will should over-ride the nth-child() styling. NOTE! This doesn't seem to work in the latest Bootstrap version, so you'll have to remove the "table-striped" class completely from the table.
The only down side is that for custom bootstrap themes, you'll need to edit the "theme.bootstrap.css" file for bootstrap.