jquery jtable custom click event

后端 未结 1 903
Happy的楠姐
Happy的楠姐 2021-02-09 19:33

I have implemented jtable of jquery. I want to perform some operation on row click and also want to put separate image and also want to add my own click event on that image.

1条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-09 20:30

    Finally, Done.

    CustomAction: {
        title: '',
        width: '1%',
        sorting: false,
        create: false,
        edit: false,
        list: true,
        display: function (data) {
            if (data.record) {
                return '';
            }
        }
    }
    

    Thanks.

    0 讨论(0)
提交回复
热议问题