question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Need to Update the paging style as shown

See original GitHub issue
Hi, 

I am working on designing the data table with the given features. But unable to change the style as per attached document for pagination. Could you please help me with this feature on how to apply styles to the datatable pagination

Thank you``
![pagingdesign](https://cloud.githubusercontent.com/assets/17860925/24626795/121dea44-1878-11e7-8b62-dcaa8a9b4fd3.jpg)


Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:16 (2 by maintainers)

github_iconTop GitHub Comments

9reactions
adammedfordcommented, Apr 4, 2017

I use Font Awesome so as an example:

 customClasses = {
        sortAscending: 'fa fa-sort-asc',
        sortDescending: 'fa fa-sort-desc',
        pagerLeftArrow: 'fa fa-chevron-left',
        pagerRightArrow: 'fa fa-chevron-right',
        pagerPrevious: 'fa fa-step-backward',
        pagerNext: 'fa fa-step-forward'
    };
template: `
// only the relevant bits here
<ngx-datatable [cssClasses]='customClasses'><ngx-datatable>
`

1reaction
senthilmca90commented, Oct 5, 2018

Hi, I am trying custom CSS pagination next and prev button instead of an icon. If you have any example help me pagination

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changing style of pagination page numbers - Stack Overflow
I'm trying to use pagination in Laravel 5.2 , using {{$word->links()}} The page numbers are showing vertically as shown below, although I need...
Read more >
Page/Paging number color styles — DataTables forums
Hi all! I am having a very difficult time finding the .css switch/trigger for changing the page/paging background for both default and ...
Read more >
Change Pager color when using Pageable with Kendo Grid
Here's a CSS rule that shows how to change selected page number background-color, border-color and color: <style> .k-pager-numbers ...
Read more >
ASPxGridView - How to change pager styles
Hello,. I would like to change font and style of highlighted part in attached img, as I did in other gridview parts…
Read more >
CSS Pagination Examples - W3Schools
Learn how to create a responsive pagination using CSS. ... If you have a website with lots of pages, you may wish to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found