Pagination Tables Customization
Pagination Tables Customization
Hi,
I want to customize the table. Actually, my requirement is there is only one record i have to display and one by one i have to move. My screen should be like this:
First Name : < Input type="textbox" name="firstName" >
Last Name : < Input type="textbox" name="lastName" >
Designation : < Input type="textbox" name="desgination" >
Address : < Input type="textbox" name="address" >
City : < Input type="textbox" name="city" >
State : < Input type="textbox" name="state" >
Country : < Input type="textbox" name="country" >
First >> Next>> Previous>> Last >>
one by one i have to display. i can set the Pagination values as 1. But how to customize screen format like this?
pls clarify
Thanks in advance
- Gnaniyar Zubair
I want to customize the table. Actually, my requirement is there is only one record i have to display and one by one i have to move. My screen should be like this:
First Name : < Input type="textbox" name="firstName" >
Last Name : < Input type="textbox" name="lastName" >
Designation : < Input type="textbox" name="desgination" >
Address : < Input type="textbox" name="address" >
City : < Input type="textbox" name="city" >
State : < Input type="textbox" name="state" >
Country : < Input type="textbox" name="country" >
First >> Next>> Previous>> Last >>
one by one i have to display. i can set the Pagination values as 1. But how to customize screen format like this?
pls clarify
Thanks in advance
- Gnaniyar Zubair
This discussion has been closed.
Replies
A plug-in paging function will be able to help you here. I've already got one up for this: http://datatables.net/plug-ins#pagination
Allan