append the multiple data in table using ajax jQuery for-each function – Jquery ajax
I am trying to append the data in the table using ajax jquery. I know the append function with a single array. but I have two separate arrays as $data1 and $data2 as below - I want to append it…