Datatable keep expanding the page when click "Restore visibility"
Datatable keep expanding the page when click "Restore visibility"
Bruceeeeeeeeee
Posts: 16Questions: 5Answers: 0
Description of problem:
Hello,
I got a problem that when you try again and again the "Restore visibility" button, my page just keep expanding the page, details:
I tried to fix the width by those code but still not help:
.table.dataTable {
width: 1300px;
}
My code works fine when I copy paste to livecode, no expanding so I just ask a question here, can anyone have idea with this? Thank you very much!
This question has an accepted answers - jump to answer
Answers
See if adding
style="width:100%"
to thetable
tag, as described here helps.Kevin
Hi @kthorngren , it works, very appreciate for your help!