0 Replies Latest reply on May 1, 2008 10:09 AM by victoria122

    scrollabledatatable row selection

      Hi,

      I have a page where a user can click on a button to add a new item. That new item is then added to the scrollabledatatable list. What i'd like to be able to do is highlight the newly created items row, say row 63.

      Previously I was using javascript and putting a formatted string, eg, 63,63;63;x in to the ItemForm:itemScrollableDataTable:s value, but this doesn't seem to work very well (especially since v3.2.0).

      I wild guess, but is activeRowKey what I'm looking for? And if yes how is it used?

      Thank you