-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Styles not being rendered like ng2-smart-table #128
Comments
Hi! Welcome to our fork. Have you tried out the migration guide? |
Thank you for your reply, and apologies if I took some time to get back to you - I was out of the country for a bit of time. So here's what I see when I use ng2-smart-table On the other hand, with ng2-smart-table, using the minimal example from the readme, this is what I first see When I click the X next to Although the original styling isn't in place anymore, it does feel like no styling is in place. Is this the expected behavior? I wasn't previously aware of the guide that you've linked to, though I would recommend maybe adding a link to this in the readme. What I can see now, however, is that the Quick Start in the GitHub.IO also contains some incorrect import statements such as this - or at least I'm unable to find import { NgxSmartTableModule } from 'angular2-smart-table'; |
To be honest, I have never read the quick start or the examples carefully, because when I joined this fork, I have already worked with the the lib for quite some time :-D Regarding the styling I am quite confused about what is displayed in your screenshots. For example your pagination looks like this: But it should look like this (with the new default style): So my explanation would be:
|
Since there hasn't been activity for over one month now, I consider this as resolved. |
Hi,
I've recently picked up a pet project and have discovered that ng2-smart-table is no longer supported.
In order to continue using supported packages, I have discovered this fork. What I have observed is that, when following the steps outlined in the README, the styles aren't rendering correctly if at all, whereas ng2-smart-table renders correctly.
Are there any additional steps required in setting up angular2-smart-table?
The text was updated successfully, but these errors were encountered: