brunano21 / angular-4-data-table

An Angular 5 data table, with pagination, sorting, expandable rows, row selection, etc. with basic accessibility support.
MIT License
11 stars 19 forks source link

sorting and pagination icons issue #12

Closed dhanushkajayasekara closed 6 years ago

dhanushkajayasekara commented 6 years ago

Table sorting icons and pagination icons are not showing... please help

brunano21 commented 6 years ago

What error do you have? Are you including Bootstrap v4.0 in your application?

brunano21 commented 6 years ago

Closing for inactivity.

codegagan commented 6 years ago

I am facing this issue, the angle left symbols are from font-awesome. I installed it, still cannot see.

brunano21 commented 6 years ago

@codegagan can you share you . angular-cli.json, please?

codegagan commented 6 years ago

@brunano21 here it is angular-cli

I have the bootstrap import in styles.css

I have tried putting bootstrap import in angular-cli too for datatable, but did not help.

brunano21 commented 6 years ago

@codegagan please, can you try to move the import into angular-cli.json directly, like shown here?

codegagan commented 6 years ago

@brunano21 It worked thanks a lot, font-awesome import was missing, somehow I missed while reading documentation.