Using dwr.util.addRows's rowCreator to visually separate rows
Dear JavaScript Users and Developers,
I am using the dwr.util.addRows function successfully regarding the information to be displayed. I do have nested runs of this function and need to separate the rows visually. I looked into the docs and found the rowCreator function might do what I want. I found no tutorials or examples of its usage for my scenario.
Ideally it should look something like:
---------------------------- <-- visual separator
row 1 text, row 1 select tag etc.
----------------------------
row 2 text, row 2 select tag etc.
----------------------------
...
...
...
Is there an obvious way I am missing? Could you give me a hint / shove?
Bookmarks