Datatable with ReactJS
Datatable with ReactJS
liv
Posts: 2Questions: 1Answers: 0
Like to know about using JQuery dataTable in ReactJS. I tried a simple page which will list number of users in a table format using dataTable. While deleting a record in the table Am facing the issue of reinitialisation of datatable. So Am destroying the whole datatable object and creating it again, which Am not happy with. Is there any other solution to resolve this issue.
Thanks in advance
This discussion has been closed.
Answers
I tried with fnClearTable option in the object am getting the error
Any thoughts?
Both DataTables and React are trying to control the DOM so inevitably there will be a conflict there. Currently there is not a solution to use both together for the same table as far as I am aware. There are a few other discussions on this topic if you use the search.
Allan