i want latest pagination in datatable

i want latest pagination in datatable

venkatgouthamvenkatgoutham Posts: 10Questions: 0Answers: 0
edited March 2013 in DataTables 1.9
hi all,

i am new to data tables. this plugin is very help full to me. but i need latest pagination which is have select page umber also. so how can i fix this one datatable plz help me.

Thanks & regards,
VEnkatGoutham.

Replies

  • nandrainandrai Posts: 26Questions: 0Answers: 0
    [code]
    $(document).ready( function() {
    $('#myTable').dataTable( {
    "sPaginationType": "full_numbers"
    } );

    [/code]

    should work. replace #myTable with what ever id you have given to your data table
  • venkatgouthamvenkatgoutham Posts: 10Questions: 0Answers: 0
    yep dat i know broo. but i need pagicontrol.. means when i enter the page number it's have display direct dat page only.
  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    You'd need to write a plug-in for that. There are some already available, although I'm not sure if any meet your needs: http://datatables.net/plug-ins/pagination

    Allan
  • venkatgouthamvenkatgoutham Posts: 10Questions: 0Answers: 0
    tHANKS LOT allan....

    i got axcatly what i want...
This discussion has been closed.