editor tabs shown before dt loaded
editor tabs shown before dt loaded
I have a editor with some tabs. The tabs are defined in the templates. My problem is, that i start the datatable, i see the tabs from the editor before the table are loaded. i use the class d-none in the dt. If the table table complete loaded i remove that class in the initComplete part of the table.
I tried to use the class in the template, but that did not work. Any Idea how to hide my tabs during the init procedure of the datatable?
Andreas
This question has an accepted answers - jump to answer
Answers
Could you just hide the tabs and table initialially, then make them visible once they've been initialised, something like what's being discussed in this thread (and this).
Colin
Thank, yes that helps
Andreas