-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The jQuery requirement was dropped, you don't need it anymore (unless you still use Bootstrap 4 then that lib version still requires jQuery). I cannot help without a repro and you did not show any code. I would suggest you download the Aurelia-Slickgrid-Demos and start from there. You should also check if you have any console error, you could also inspect if the div container for the pagination is created at all, it has the |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer. I found the issue. I had these 2 lines inside of
But it's compulsory for them to be in Another observation, I'm using
|
Beta Was this translation helpful? Give feedback.
Thanks for your answer. I found the issue. I had these 2 lines inside of
activate()
:But it's compulsory for them to be in
attached()
, I didn't see that in the documentation, even putting them in thecontructor()
does not work. It's a tricky error because you are able to see the rows in the grid, but the.slick-pagination-container
is not generated and no errors are displayed in the Console.Another observation, I'm using
Font Awesome 6 Free
and thefont-width: 900
is compulsory, otherwise you cannot see the icons. And there in no SCSS variable for that, so I had to do it manually: