TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mohammad qasim
NA
408
0
how to apply css on bootrap table paging
Mar 19 2021 11:33 AM
How can i apply css on bootstap table to apply paging
currently my paging looking like below
how can i apply below paging css on my table
<nav aria-label=
"..."
>
<ul
class
=
"pagination pagination-sm"
>
<li
class
=
"page-item disabled"
>
<a
class
=
"page-link"
href=
"#"
tabindex=
"-1"
>1</a>
</li>
<li
class
=
"page-item"
><a
class
=
"page-link"
href=
"#"
>2</a></li>
<li
class
=
"page-item"
><a
class
=
"page-link"
href=
"#"
>3</a></li>
</ul>
</nav>
Thanks
Reply
Answers (
7
)
Phone number validation
how to learn JAVASCRIPT