I don't know how to reinitialize a datatable
I don't know how to reinitialize a datatable
http://jsfiddle.net/bluemagic/x6rc0cdh/
Here is a jsfiddle I currently make a table in an html document and then in a javascript doc I attempt to put rows of columns into the datatable. The data gets displayed in the cless but when I try to use the ssearch to filter through the results it seemingly gets wiped away because even if i delete the text in the ssearch the data still doesn't reappear. Also the label at the bottom says showing 0 out of 0 when there are rows of data. I looked into trying out bdestroy and creating another datatable but I don't really know how to do that.