DataTables add column dynamically to table

后端 未结 4 1873
星月不相逢
星月不相逢 2021-02-09 03:07

I\'m using DataTables (datatables.net) to display data from an Ajax source and having trouble customizing it. One thing I would like to do is add a column so I can have for exam

4条回答
  •  故里飘歌
    2021-02-09 03:33

    I've created columns with edit button and links and so on, but usually i do everything server side by custominzg the data i return and then show/hide them with the aoColumns option. I don't really understand what you are tring to achieve: display server side data as a link?

提交回复
热议问题