ICEfaces
  1. ICEfaces
  2. ICE-1553

column rendering with scroller bar - renders header columns and body columns separately and offsets columns --need a default setting for seam-gen

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#4
    • Fix Version/s: 1.6DR#5, 1.6
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      seam

      Description

      Since seam-gen is automatically generated from database tables, the number of columns is not know ahead of time. It is currently VERY difficult to line up the header & body columns of an ice:dataTable without knowing ahead of time how many columns there are. Could there not be a default settings such that the following happened( for instance):-
         if (table.isScrollable){
            set scrollercolumn.header=scrollercolumn.body=10%;
            defaultwidth= 90/(numcolumns-1);
        }
        render the ice:dataTable with the default width and let it be overwritten (if desired) using the width="
       property as it is currrently done.

        Issue Links

          Activity

          Hide
          Adnan Durrani added a comment -

          Default width (150px) added if table is scrollable and columnsWidth is null. The columnsWidth overrides default values. -revisoin13881

          Show
          Adnan Durrani added a comment - Default width (150px) added if table is scrollable and columnsWidth is null. The columnsWidth overrides default values. -revisoin13881

            People

            • Assignee:
              Unassigned
              Reporter:
              Judy Guglielmin
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: