pagination is not working, after setting widths

pagination is not working, after setting widths

cvelle89cvelle89 Posts: 7Questions: 6Answers: 0

I have a script wich is:
~

$(document).ready(function () { $('#example').DataTable({ "bJQueryUI": true, "bAutoWidth": false, // Disable the auto width calculation "aoColumns": [ { "sWidth": "20%" }, // 1st column width { "sWidth": "20%" }, // 2nd column width { "sWidth": "20%" }, // 3rd column width and so on { "sWidth": "20%" }, { "sWidth": "20%" } ] }); });

And everything is fine, except that pagination buttons are gone! I have only purly text (Previous123Next)

Thanks in advance

This discussion has been closed.