Hi,
I've a web page with 3-4 datatables and each datatable has been defined separately inside $(document).ready(). All the data tables have the same ajax source and are populated on page load. Now, I have 4 option buttons with each pointing to one datatable. When an option button is clicked, the corresponding datataable must be populated with data from a new ajax source. How do I select a datatable,clear its contents and load with ajax data from the new ajax source ?
Thanks,
Ray
I've a web page with 3-4 datatables and each datatable has been defined separately inside $(document).ready(). All the data tables have the same ajax source and are populated on page load. Now, I have 4 option buttons with each pointing to one datatable. When an option button is clicked, the corresponding datataable must be populated with data from a new ajax source. How do I select a datatable,clear its contents and load with ajax data from the new ajax source ?
Thanks,
Ray