Title is not displayed at first time the table is draw

Title is not displayed at first time the table is draw

eustachioeustachio Posts: 1Questions: 0Answers: 0
edited December 2010 in General
Hi averyone,

I've started to use DataTable in one of my projets few weeks ago. This fantastic component have make my life very easier dispite a little problem:

I'm working on a web application that has several tables into several diferent tabs (implement with javascript, not jquery-ui tabs()). These tables share the same configuration and css style although they have different number of columns. The issue is, some of them do not display the header unless some event force to redraw the column widht.
Example: type something in the search field.

I've looking for a solution for this problems for days, but nothing has worked until now.

Do you guys have some clue about how to fix this problem?

Below there is an exemple of the code that initialize one of the tables as well as the corresponding html code.

Thanks alot in advance.

$('#table-avail-exit').dataTable({
"oLanguage": {
"sProcessing": "Processando...",
"sLengthMenu": "Mostrar _MENU_ sa
This discussion has been closed.