After submitting the form via pop up form the datatable is not reloading. I tried testing using alert box, the alert box is showing when the page loads for the first time but after the pop up form is submitted the alert box is not showing.
ASP.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today. Learn more >
Member
42 Points
184 Posts
DataTable not reloading after the form is submitted
Jan 12, 2020 10:06 AM|scala_1988|LINK
After submitting the form via pop up form the datatable is not reloading. I tried testing using alert box, the alert box is showing when the page loads for the first time but after the pop up form is submitted the alert box is not showing.
Contributor
3990 Points
1566 Posts
Re: DataTable not reloading after the form is submitted
Jan 13, 2020 08:07 AM|yij sun|LINK
Hi scala_1988,
Accroding to your codes,I think your reload() method is wrong.I suggest you could definded this on your table.
More details,you could refer to below codes:
Result:
Refresh datatable:https://datatables.net/forums/discussion/38969/reload-refresh-table-after-event
Best regards,
Yijing Sun
Member
42 Points
184 Posts
Re: DataTable not reloading after the form is submitted
Jan 13, 2020 09:12 AM|scala_1988|LINK
Thank You very much. It helped me a lot!!!