I want to hide table columns if a condition in the value of the cell in the column holds true. For example value.toString().trim() != "*". Unfortunately this does not work, even with a value of "*", the column is not hidden.

asked 10.04.2010 at 11:01

J%C3%B6rg%20Sch%C3%B6nfisch's gravatar image

Jörg Schönfisch
(suspended)
accept rate: 0%


We can only hide the column fully for all rows i.e. cells. Therefore it is not possible to hide a column depending on values in cells and the variables value, record and entry cannot be used.

Instead you can use the data class of the panel by in.xxxx.

link

answered 13.04.2010 at 04:29

Flavio%20Sadeghi's gravatar image

Flavio Sadeghi ♦♦
(suspended)
accept rate: 75%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×40
×12
×7

Asked: 10.04.2010 at 11:01

Seen: 2,442 times

Last updated: 10.04.2010 at 11:01