RowReording not initializing
RowReording not initializing
therul
Posts: 6Questions: 1Answers: 0
If possible, can someone please review this an tell me what I am doing wrong? I have it working on another project, but I can not get it running here in this code.
https://jsfiddle.net/therul/hs1qkafg/16/
I am sure I am missing the simple things...
Thank you
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yes, simple
https://jsfiddle.net/sa6kxmuy/1/
Moved
$('#tblHolder').append(table);
before your Datatable initialization.Kevin
THANK YOU!!!! (as I cuss myself under my breath)
I knew it was something simple!