swimlane / ngx-datatable

✨ A feature-rich yet lightweight data-table crafted for Angular
http://swimlane.github.io/ngx-datatable/
MIT License
4.62k stars 1.68k forks source link

Paginator displays alphabet instead of icons for previous/next. #1983

Open KundanSha opened 3 years ago

KundanSha commented 3 years ago

I'm submitting a ... (check one with "x")

[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter

Current behavior

I have added below imports to style.scss file :

@import '~@swimlane/ngx-datatable/release/index.css';
@import '~@swimlane/ngx-datatable/release/themes/material.css';
@import '~@swimlane/ngx-datatable/release/assets/icons.css';

But still icons are coming as alphabets.

This is with both Angular version : 5 & 11

Expected behavior

Paginator should render with correct icons as shown in official docs : http://swimlane.github.io/ngx-datatable/#paging-scrolling-novirtualization

Reproduction of the problem Stackbliz reproduction : https://stackblitz.com/edit/ngx-datatable-responsive-demo-pxndxg?file=app/demo-component.ts

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

Hypercubed commented 3 years ago

Pretty sure this is a stackblitx thing.