DataTables as a full matrix

DataTables as a full matrix

[Deleted User][Deleted User] Posts: 0Questions: 1Answers: 0

hi,

I would like to use the DataTables as a full matrix, for example, where each cell is individually OnHover, OnSelect etc. For example a 10x10 matrix with 100 selectable cells, what happens after that is obviously down to other code but this is my requirement.

How would one do this?

Thanks in advance,

Answers

  • allanallan Posts: 61,893Questions: 1Answers: 10,145 Site admin
    table.dataTable td:hover {
      background-color: red;
    }
    

    perhaps? Although I think you might need to specify what you are looking for a bit more...

    Allan

This discussion has been closed.