Why is there an error in my data count?

Why is there an error in my data count?

kemogukemogu Posts: 1Questions: 1Answers: 0

I have a dynamic list. I show this list to the user using datatable. The user can change the prices of the products in the list with the help of inputs in each row in this table. After the change, it performs a POST operation by pressing the save button. Here's my problem, the number of products in my list is 18, but when I click Save, the number of products in the POST process is 13. Why? Since I removed the class = "display nowrap" property from my table, my code works properly. I couldn't find any errors in my codes. I encounter this problem when I use datatable. Can you help me?

Answers

  • allanallan Posts: 62,803Questions: 1Answers: 10,332 Site admin

    but when I click Save, the number of products in the POST process is 13

    Without being able to see it, it is impossible to say. Could you give me a link to the page showing the issue please? You can PM me by clicking my forum user name and then the Send Message button if you can't make the link public.

    Allan

Sign In or Register to comment.