Custom styles to datatable pagination

Custom styles to datatable pagination

rpanditrpandit Posts: 14Questions: 0Answers: 0
edited March 2014 in General
Is it possible to apply custom styles to datatable pagination?
So instead of First Previous 1 2 Next Last i want to show <>

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    You probably want the language options rather than styling I think. http://datatables.net/usage/i18n The oPaginate options.

    Allan
  • rpanditrpandit Posts: 14Questions: 0Answers: 0
    Thanks Allan.. That worked..
    One more question : How do you put border above pagination. I have pagination both at top and bottom and want to put solid border above it. So something like this

    Search row

    solid border

    pagination

    table

    solid border

    pagination
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    > How do you put border above pagination

    A trivial bit of CSS should do it I would think: `div.dataTables_paginate { border-top: 1px solid black; }` .
This discussion has been closed.