ICEfaces
  1. ICEfaces
  2. ICE-2941

scrollable dataTable header style class decloration

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Trivial Trivial
    • Resolution: Fixed
    • Affects Version/s: 1.7RC1
    • Fix Version/s: 1.7
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      icefaces

      Description

      The current implementation of scrollable dataTable does not allow the stying of the parent header table div. The elements that the component renders looks like the following:

      <div>
         <div> // propose we add a style here.
             <table/> // header
          </div>
          <div>
              <table/> //body
          </div>
      </div>

      I'm hoping that we can add a style to the div that wraps the header table. This will allow for more flexible styling options when using scrollHeight attribute on dataTable.

      Here are proposed style sheet entries for our themes.
      rime.css
      .iceDatTblScrlSpr{
          background: url( './css-images/table_col_header.gif' ) repeat-x bottom left;
          border-top: 1px solid #d9d9d9;
          border-right: 1px solid #d9d9d9;
      }
      royal.css
      .iceDatTblScrlSpr{
          background: url( './css-images/table_col_header.gif' ) repeat-x top left;
          border-top: 1px solid #026AFF;
          border-right: 1px solid #026AFF;
      }
      xp.css
      .iceDatTblScrlSpr{
          background: url( './css-images/table_col_header.gif' ) repeat-x bottom left;
          border-top: 1px solid #CCCCCC;
          border-right: 1px solid #CCCCCC;
      }

        Activity

        Patrick Corless created issue -
        Patrick Corless made changes -
        Field Original Value New Value
        Component/s Components [ 10012 ]
        Fix Version/s 1.7 [ 10080 ]
        Affects Version/s 1.7RC1 [ 10123 ]
        Assignee Adnan Durrani [ adnan.durrani ]
        Priority Major [ 3 ] Trivial [ 5 ]
        Ken Fyten made changes -
        Assignee Priority P1
        Adnan Durrani made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Adnan Durrani made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Priority P1
        Assignee Adnan Durrani [ adnan.durrani ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Patrick Corless
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: