DataTable Editor Not Showing Buttons
DataTable Editor Not Showing Buttons

Here is a link to where I have it running
http://www.thriveonsoftware.com/admin/reports/question_edit.php
I've put all the jscript files, made sure that dom: "Bfrtip", but can't get the edit, remove, create to show...any ideas what I'm doing wrong here?
Thanks,
Allen
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Looks like you are loading some of the JS and CSS files twice. I would remove these:
They are being loaded by the packaged scripts.
I would move the Editor CSS and JS to load after the Datatables CSS and JS.
See if that helps.
Kevin
Thanks...that helped get the buttons back...now the checkboxes are gone which allowed selecting a row and deleting it if you want....Am I missing something that would give me that again?
The CSS and script inclusions should look like this:
Remove what you have and replace with the above.
Kevin
Great...thank you so much...really appreciated.