• digiblogger

    (@digiblogger)


    Hi there,

    i don′t know what I do wrong.

    My markup

    [wp-datatable id=”ketotable” fat=”1″]
    paging: true,
    responsive: true,
    ordering: true,
    buttons: [
    ‘copy’, ‘csv’
    ]
    [/wp-datatable]
    <table id=”ketotable”>
    <tbody>
    <tr>
    <th>Aktivit?t</th>
    <th>kcal/Std.</th>
    </tr>
    <tr>
    <td>Aerobic</td>
    <td>160</td>
    </tr>
    <tr>
    <td>Badminton</td>
    <td>428</td>
    </tr>
    </tbody>
    </table>’

    Nothing shown in front.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter digiblogger

    (@digiblogger)

    I had a deeper look into it:

    `
    The Javascript is loaded right before the table I think:

    <script type=”text/javascript”>jQuery(document).ready(function () { jQuery(‘#keto_datatable’).DataTable({
    paging: false,
    responsive: true,
    search: true,
    }); });</script>

    Anyway, nothing is shown in frontend

    Plugin Author samsk

    (@samsk)

    Hi,
    you are probably inserting the table not in HTML mode, but in visual editor.
    Do you have test url ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can not get it working’ is closed to new replies.