Alternative way to view selected rows

Alternative way to view selected rows

MySchizoBuddyMySchizoBuddy Posts: 2Questions: 0Answers: 0
edited November 2013 in General
when you have data that spans multiple pages it's hard to find out which rows are selected across the varies pages. This is particular annoying with multiple rows selected. You don't know how many you have selected and where they are. Is there a way to make this selected rows standout.
1) Bubble up the selected rows to the top as a fixed row after a fixed header. So you have a fixed header followed by fixed selected rows and then your non selected rows.

2)Or create another datatable that only shows which rows were selected. So you will have a "Selected Rows" table and your "Data" table.

any ideas how to do either one of the above or any other way to make the selected rows standout.

Replies

  • MySchizoBuddyMySchizoBuddy Posts: 2Questions: 0Answers: 0
    bumping this up
  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    You could use fnInfoCallback to note in text how many rows are selected, which is one approach I've taken before.

    Allan
  • bjmsambjmsam Posts: 1Questions: 0Answers: 0

    Suggestion 1 would be super useful (similar to Promote in ESRI GIS tables).

This discussion has been closed.