Ability to show and hide columns on demand, fixes #29

This commit is contained in:
Friedrich Lindenberg
2012-02-09 23:36:35 +00:00
parent 55e8684c46
commit f10e893811
3 changed files with 34 additions and 5 deletions

View File

@@ -150,7 +150,7 @@
* Data Table Menus
*********************************************************/
a.column-header-menu {
a.column-header-menu, a.root-header-menu {
float: right;
display: block;
margin: 0 4px 0 0;
@@ -160,7 +160,7 @@ a.column-header-menu {
background-repeat: no-repeat;
}
a.row-header-menu:hover {
a.row-header-menu:hover, a.root-header-menu:hover {
background-position: -17px 0px;
text-decoration: none;
}
@@ -175,6 +175,10 @@ a.row-header-menu {
background-repeat: no-repeat;
}
.read-only a.row-header-menu {
display: none;
}
a.column-header-menu:hover {
background-position: -17px 0px;
text-decoration: none;
@@ -511,11 +515,12 @@ td.expression-preview-value {
* Read-only mode
*********************************************************/
.read-only .data-table tr td:first-child,
/*.read-only .data-table tr td:first-child,
.read-only .data-table tr th:first-child
{
display: none;
}
*/
.read-only .write-op,
.read-only a.data-table-cell-edit