Pagination Tables Customization

Pagination Tables Customization

rasikowrasikow Posts: 20Questions: 0Answers: 0
edited June 2009 in General
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

Replies

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
    Hi Gnaniyar,

    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
This discussion has been closed.