How to call to the function to install DataTables

How to call to the function to install DataTables

mmediammedia Posts: 1Questions: 1Answers: 0
edited November 2020 in Free community support

Hi everybody,

Where I should put the function code in my website? In <head> tag?

$(document).ready( function () {
    $('#myTable').DataTable();
} );

And how I should call to the function in my html code?

Sorry I know almost nothing about javascript.

Thanks you,
Marcos

Answers

This discussion has been closed.