Controlling "selected" row in an Editor form "type: datatable"

Controlling "selected" row in an Editor form "type: datatable"

menashemenashe Posts: 196Questions: 43Answers: 2

Good afternoon,

Can you please give me pointers as to how to control the placement (within the view window) of the selected row?

My selected row is WAY outside the view window!

Answers

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin

    The placement of the row is entirely set based on the order of the table show and the data in it.

    What should happen, if you are editing a row which has a datatable field type in it and that field has a value, then the paging of the table will automatically move to show the first selected row.

    If that isn't working for you, can you link to a page showing the issue so I can debug it please?

    Thanks,
    Allan

Sign In or Register to comment.