Hello dear Grav Community,
I use gantry 5 plugin and the datatables Plugin. The datatable Plugin works fine and he creates my tables here an example:
"<table id="dGqDpalugV" > <thead> <tr> <th>Firma</th> <th>Name</th> <th>Zeit</th> <th>Sitzungszimmer</th> </tr> </thead> <tbody> <tr> <td>Test AG</td> <td>Denis Denis</td> <td>11:30</td> <td>Titlis 3.OG</td> </tr> <tr> <td>Firma AG</td> <td>Dominique Dominique</td> <td>12:00</td> <td>Rigi 2.OG</td> </tr> </tbody> </table>"
But he don't intepret my html and the sites looks like this:
Do I miss something ?
Thanks for the time !