Datatables - flickering when theme enabled

Datatables - flickering when theme enabled

ninchikninchik Posts: 1Questions: 0Answers: 0
edited May 2013 in DataTables 1.9
Hi,

I'm having problems with using datatables in my website. The web application set up is as follows:

- index.html page has 3 JQuery tabs: tab one gets content from another html page, tab 2 is the one for using datatables taking content from jsp page.
- products.jsp page then connects to MySQL db and the ResultSet from the query populates string arrays.
table is then dynamically populated in a script like:
out.write("rs.getString[i]")

The problem I have is flickering between just normal table view in html to a datatables representation with theme, sorting and search.

Please help, not sure if this is because I'm dynamically creating the table or using too many stylesheets or any other reason??
This discussion has been closed.