How do I use this variable 'dt' to enhance my table with the features of a datatable ?
How do I use this variable 'dt' to enhance my table with the features of a datatable ?
tomtaniya
Posts: 1Questions: 1Answers: 0
I am referring npm installation guide at https://datatables.net/manual/installation
I have a table with id '#MyTable'
As per the doc, I have
var dt = require( 'datatables.net' )();
How do I use this variable 'dt' to enhance my table with the features of a datatable
Please help
Thank You,
Taniya
This discussion has been closed.
Answers
Hi @tomtaniya ,
See this page here - it explains it all,
Cheers,
Colin