Row selection and marking.

Row selection and marking.

britseyebritseye Posts: 4Questions: 0Answers: 0
edited June 2011 in General
While I'm on my 'Getting Started' tack, here's another mini article on how to select a row and mark it as selected.

http://britseyeview.com/software/dtgs/selrow.html.

Replies

  • britseyebritseye Posts: 4Questions: 0Answers: 0
    Sorry. Unthinkingly put a period at the end of the URL, thats:

    http://britseyeview.com/software/dtgs/selrow.html
  • allanallan Posts: 63,400Questions: 1Answers: 10,452 Site admin
    edited June 2011
    Hi britseye,

    Nice one - thank you for your second article about DataTables :-). Tutorials about how to do things in DataTables are very welcome indeed and are a great help to the community!

    It's worth noting that there are row selection options built into TableTools, which can be quite useful as TableTools provides an API for getting selected rows etc:
    http://datatables.net/release-datatables/extras/TableTools/select_multi.html

    Also there is an example of how to do row selections here (although it doesn't use $().delegate or $().live, which is trivial to add if needed):
    http://datatables.net/release-datatables/examples/api/select_row.html

    Regards,
    Allan
This discussion has been closed.