Adding format and button elements to columns content when working ServerSide

Adding format and button elements to columns content when working ServerSide

kabezakabeza Posts: 14Questions: 5Answers: 0
edited October 2015 in Free community support

Hi
I've been able to make DataTables work with CodeIgniter (no libraries or plugins) and get data loaded into table by using Ajax. I've been also able to filter and order columns dynamically.

This is my debug:
http://debug.datatables.net/uzinas

Now I need to

  • make first column content bold <strong>, some specific rows lightblue, etc.

  • render some bootstrap buttons (icons) for view, modify, delete each of the records loaded. The view button should open also a bootstrap modal, and so...

  • I have the pagination block disabled showing only page 1 and all buttons disabled... which could be the problem? (screenshot showing only 10 on purpose)

How should I handle these styling directives and where (serverSide?, ajax callback?) should I add the html code for buttons for the corresponding columns?

Please see attach. Thanks

http://i.imgur.com/mwI7PHG.jpg

Replies

This discussion has been closed.