Search working in IE8 and Chrome, but not in firefox 3.5
Search working in IE8 and Chrome, but not in firefox 3.5
denisforigo
Posts: 11Questions: 0Answers: 0
Hi everybody! :)
I have a problem with my DataTable (thanks!): the search of all columns do not work only in the firefox 3.5. Could anybory help me? The link is: http://ashoka.org.br/portal/rede-ashoka5/fellows/
The individual searchs it´s working.
Thanks!
I have a problem with my DataTable (thanks!): the search of all columns do not work only in the firefox 3.5. Could anybory help me? The link is: http://ashoka.org.br/portal/rede-ashoka5/fellows/
The individual searchs it´s working.
Thanks!
This discussion has been closed.
Replies
Please use the code brackets.
[code]
Fellows
and
[code]
Nome
Instituição
Cidade
Estado
Área Primária
Área Detalhada
Adair Meira<!--
-->
Funda
first, update version to 1.5.6 ;-)
thanks for the tip! but unfortunately still not working. :(
I think there might be something funny going on with the line "$('#fellows').tableFilter();". It looks like you are initialising tableFilter rather than DataTables there (which would be $('#fellows').dataTable();). I couldn't see where your initialisation might be of the DataTable on a quick scan through the code, but perhaps I'm missing something.
Also, I've just copied and pasted your entire table into my example framework, and it works great in Firefox 3.5 - but it doesn't on your site... So I suspect an odd interaction here.
Regards,
Allan