Search
-
2 of 5 buttons do not work.
by JeremiahEdward ·+ tablePart); var newTable = '#featureTable' + tableCount.toString(); $(newTable).DataTable( { data: data.f -
remove() and destroy() won't fully work- Also, can't create second table after remove()/destroy()
by JeremiahEdward ·// $("#featureTable").empty(); // $("#featureTable").DataTable().destroy(); // $("#featureTable&qu -
remove() and destroy() won't fully work- Also, can't create second table after remove()/destroy()
by rduncecb ·$('#featureTable').DataTable( { data: data.features, //get the data under features columns: columns, -
remove() and destroy() won't fully work- Also, can't create second table after remove()/destroy()
by JeremiahEdward ·$('#featureTable').DataTable( { data: data.features, //get the data under features -
remove() and destroy() won't fully work- Also, can't create second table after remove()/destroy()
by rduncecb ·I'm sorry, I've become a bit lost now. calling remove() removes the element, do not remove the table element if you want to do $('#featureTable') again, with no results to the jQuery selector there ar -
remove() and destroy() won't fully work- Also, can't create second table after remove()/destroy()
by JeremiahEdward ·2) Another feature is selected on the map.. thus another ajax call which runs the handleJson function and another table is created with the #featureTable id. -
remove() and destroy() won't fully work- Also, can't create second table after remove()/destroy()
by rduncecb ·$('#featureTable').DataTable(...) says: Create a datatable on the node with the id featureTable. This means the jQuery selector must find a node with that id. If you have called $("#featureTable& -
remove() and destroy() won't fully work- Also, can't create second table after remove()/destroy()
by JeremiahEdward ·$('#featureTable').DataTable( { data: data.features, //get the data under features -
remove() and destroy() won't fully work- Also, can't create second table after remove()/destroy()
by rduncecb ·Hmm, when you call $("#featureTable").remove() the table node is no longer in the DOM, do you create a new #featureTable node before you try to create a new datatable? -
remove() and destroy() won't fully work- Also, can't create second table after remove()/destroy()
by JeremiahEdward ·map.on('draw:deleted', function(){ selectionCounter = 1; isControlNull = true; selectionControl.remove(); -
remove() and destroy() won't fully work- Also, can't create second table after remove()/destroy()
by JeremiahEdward ·$('#featureTable').DataTable( { data: data.features, //get the data under features -
remove() and destroy() won't fully work- Also, can't create second table after remove()/destroy()
by JeremiahEdward ·$("#featureTable").DataTable().destroy(true);