Displaying image on Datatable

后端 未结 3 502
盖世英雄少女心
盖世英雄少女心 2020-12-11 04:31

Hi guys i\'m using server side processing to read the database table and convert the records into Json file, and pass it to the database table to display data.

read

3条回答
  •  孤城傲影
    2020-12-11 05:07

    Here's my solution, hope it helps someone.

     {
          'targets': [15,16],
          'searchable': false,
          'orderable':false,
          'render': function (data, type, full, meta) {
          return '';
                            }
      },
    

提交回复
热议问题