How to make datatable row or cell clickable?

前端 未结 5 1511
梦谈多话
梦谈多话 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:45

    on my side, using row: this.parentNode.rowIndex didn't worked. I used this.parentNode instead and worked like a charm

提交回复
热议问题