how I can utterly empty a datatable ?
You can destroy the datatable and re-create it, or use clear().
clear()
yeh it works thank you
Answers
You can destroy the datatable and re-create it, or use
clear().yeh it works thank you