How to paginate the table structure formed by DIV tag
How to paginate the table structure formed by DIV tag
aravindtga
Posts: 7Questions: 0Answers: 0
I am creating the table using DIV tag as follows;
[code]
user_id
user
role_id
first_name
mid_name
last_name
status
email
option
4
me
admin
A
B
C
Ax
abc@mail.com
[/code]
The table created correctly using the above code ..
How should i implement pagination for this.
Thanks in advance.....
[code]
user_id
user
role_id
first_name
mid_name
last_name
status
option
4
me
admin
A
B
C
Ax
abc@mail.com
[/code]
The table created correctly using the above code ..
How should i implement pagination for this.
Thanks in advance.....
This discussion has been closed.
Replies
Allan
Allan