Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2132

grid header visible even if column is hidden

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 7.0.1
    • 7.0.0
    • Components
    • Windows 7, JDK 7u40, Tomcat 7.0.42, Firefox 17.0.8, Explorer 11

      When hiding a column using the popup menu, it's header is still visible.

      <grid hflex="true">
      	<columns menupopup="auto">
      		<column hflex="1" label="A" />
      		<column width="30em" label="B" />
      		<column hflex="2" label="C" />
      		<column hflex="3" label="D" />
      	</columns>
      	<rows>
      		<row>
      			<label value="A" />
      			<label value="B" />
      			<label value="C" />
      			<label value="D" />
      		</row>
      	</rows>
      </grid>
      

            Unassigned Unassigned
            benedetti benedetti
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: