Meu está bugando.
Meu está bugando.
DumbleDW
Posts: 15Questions: 2Answers: 0
Boa tarde, poderiam me ajudar em uma questão o meu <th></th> está bugando com a tabela dentro de um modal, segue o print:
E quando clico no filtro por organizar por ordem alfabética ele retorna normal, segue o print:
Replies
Is the table hidden when Datatables initializes? If so use
columns.adjust()
to fix the column widths when the table becomes visible, like this example. If you still need help please post a link to your page or a test case replicating the issue so we can help debug.https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
A tabela fica escondida em um modal e o modal e chamado por um <a class="btn" data-toggle='modal'>, o exemplo acima se aplica para um modal também?
Segue como está o código: http://live.datatables.net/yaluvuyo/1/edit
Your test case doesn't run. Look at the browser's console for errors. You removed the default JS libraries (jquery.js and datatables.js) causing the errors. The example states this:
If the table is in a hidden tab, modal or hidden container when initialized the
columns.adjust()
will need to be used once the table is. shown. If you still need help please update the test case so it runs and replicates the problem.Kevin
Consegui arrumar o ajuste usando o columns.adjust() mas me tira uma dúvida ele ainda fica com um delay de 1 segundo para ajustar, teria como retirar esse delay?
Translated:
I'm not sure what you mean by 1 second. Do you have an updated running test case that shows what you are trying to do so we can help?
Kevin
Deu certo aqui, consegui arrumar, muito obrigado pelo apoio novamente.