1.9 click problem with server-side

1.9 click problem with server-side

TiredJakeTiredJake Posts: 6Questions: 0Answers: 0
edited February 2012 in General
In 1.8 with a server-side table, I could grab the tr click and highlight a clicked row, but in 1.9, the Processing msg appears and resets the row back to normal. Is there any way to stop that from happening? It seems unnecessary for DataTables to trap clicks on a row, rather than on sort headers or pagination buttons.

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    It shouldn't be doing that (my examples don't: http://datatables.net/release-datatables/examples/data_sources/server_side.html ). There is no code in DataTables itself to capture a click on a row in the table's body.

    Can you please link me to a page which shows the problem so I can see what is happening?

    Allan
  • TiredJakeTiredJake Posts: 6Questions: 0Answers: 0
    This is on an intranet with a client who is very concerned about data, so I'll have to dummy up something. Thanks for the quick response.
This discussion has been closed.