How to make datatable row or cell clickable?

前端 未结 5 1516
梦谈多话
梦谈多话 2020-12-02 17:10

I\'m working on a history development of a particular user and I want it to be done with dataTables. However, I cannot find the way with which I can make my row or a particu

5条回答
  •  春和景丽
    2020-12-02 17:51

    You need to add an eventhandler on click to cells(td) of your datatable and you have to define the action what you want to process in that eventhandler.

    datatables

    is a great source to have a look over and play around.

提交回复
热议问题