Datatable CSS acting wierd

Datatable CSS acting wierd

bbaranibbarani Posts: 32Questions: 0Answers: 0
edited November 2012 in DataTables 1.9
Hi,

I am using datatables 1.9.4.

For some reason the size of the field which displays ''showing 1 to N entries" is very big in my data table. I am not sure if its because of any CSS related issue. Has someone experience this issue before?

I am using the below CSS files,


@import "demo_page.css";
@import "demo_table.css";
@import "demo_table_jui.css";
@import "TableTools_JUI.css";
@import "jquery-ui-1.8.4.custom.css";
@import "TableTools.css";
@import "jquery.dataTables_themeroller.css";
@import "jquery.dataTables.css";


Thanks,
Barani

Replies

  • bbaranibbarani Posts: 32Questions: 0Answers: 0
    Seems like I missed to put the table inside div tag.. It looks fine now..
This discussion has been closed.