Table scroll

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Antonio paes

    Table scroll

    Hi.

    Problem: I have a table where 10 rows are visible and there are a total of
    14 rows (so, the right scroll bar exists).

    I want to have the 14th row visible whenever the table is loaded.

    If you have any idea on how to implement this, I'd appreciate your comment.

    I don't think there is a property on the table to automatically scroll, but
    anyway, any feedback is welcome.

    A.


  • xhy_China

    #2
    Re: Table scroll

    On Oct 18, 2:35 am, "Antonio paes" <antonio.p...@s omewhere.comwro te:
    Hi.
    >
    Problem: I have a table where 10 rows are visible and there are a total of
    14 rows (so, the right scroll bar exists).
    >
    I want to have the 14th row visible whenever the table is loaded.
    >
    If you have any idea on how to implement this, I'd appreciate your comment.
    >
    I don't think there is a property on the table to automatically scroll, but
    anyway, any feedback is welcome.
    >
    A.
    may be you can use two tables to display the data, each time only one
    table.style.vis ble not equals none.
    you can modify the number for each table to prevent showing of right
    scrool bar

    Comment

    • xhy_China

      #3
      Re: Table scroll

      On Oct 18, 2:35 am, "Antonio paes" <antonio.p...@s omewhere.comwro te:
      Hi.
      >
      Problem: I have a table where 10 rows are visible and there are a total of
      14 rows (so, the right scroll bar exists).
      >
      I want to have the 14th row visible whenever the table is loaded.
      >
      If you have any idea on how to implement this, I'd appreciate your comment.
      >
      I don't think there is a property on the table to automatically scroll, but
      anyway, any feedback is welcome.
      >
      A.
      may be you can use two tables to display the data, each time only one
      table.style.vis ble not equals none.
      you can modify the number for each table to prevent showing of right
      scrool bar

      Comment

      Working...