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

Theme for Semantic-UI #1272

Open adrianriepl opened 6 years ago

adrianriepl commented 6 years ago

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

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

Current behavior Only supports bootstrap and material css framework.

Expected behavior Support for Semantic-UI framework.

Reproduction of the problem No theme.css exists for semantic-ui framework, can't apply css easily, need to style by yourself currently. Also the icons used for sorting are in a <span> element instead of an <i> element (in pager they are in a i element).

What is the motivation / use case for changing the behavior? Semantic-UI is used by a lot of people. I'm sure some would love to have this great component with semantic-ui styling (including pagination, etc.).

Please tell us about your environment:

Windows 7, Visual Studio Code, npm, angular-cli

adrianriepl commented 6 years ago

Maybe someone has already created a theme file to support semantic-ui?

If yes, please share it here so others can use it too.