Only one row is detected

Only one row is detected

xamolxixxamolxix Posts: 2Questions: 0Answers: 0
edited March 2013 in General
I have a table with 3 rows (for now) but only one of the being detected.
I have tried deleting all of them and adding them again, and again only the first row is being detected.
here is the debug link http://debug.datatables.net/ijohos
and here is the the html:

[code]



Title
Plu Number
Category
WholeSale
Sale
MinStock
Stock
Edit
Delete





Some title
1000
Blugi albastri
100
1010
1
100
Edit
Delete





another title
1366
Blugi albastri
1
1
1
11
Edit
Delete





some other other title
9668
Blugi albastri
55
50
555
1
Edit
Delete




Title
Plu Number
Category
WholeSale
Sale
MinStock
Stock





[/code]

If anyone has any idea of what I am doing wrong, I would really appreciate it.

Replies

  • essexstephessexsteph Posts: 57Questions: 0Answers: 0
    You've got a around each row in the body, you only need one at the end and the beginning - see http://datatables.net/usage

    Steph
  • xamolxixxamolxix Posts: 2Questions: 0Answers: 0
    Thank you! I don't know how I've missed that. I appreciate you taking the time to answer.
This discussion has been closed.