Hi,
I'll get back to you on this as soon as possible, I need to see if it is something we can action.
Thanks
Hi,
No problem. Also a little bit more information, I am struggling to produce this running the solution locally. However when we deploy our solution to our Azure dev environment it is happening every time. I have tried to remove all the local libs and node_modules and re-ran abp-install libs. However I can't replicate it. I did notice that the deployed version has 2.1.8 but locally it appears to install 2.1.6. Not sure if that is relevant though.
This is what we are seeing though, this is on the initial DataGrid load (page 1 )
If we navigate to page 2 though we get this, as you can see the columns have not adjusted themselves correctly
Hi,
Reporting back on this, the code you provided fixes one part of the issue, which are the icons in the column header. However I am still seeing the issue with the weird column widths. I can probably workaround this for now by doing something like this
table.columns.adjust().draw()
I assume this is supposed to get redrawn though. Do I need to open another ticket about this, it was inn my original post
Thanks
Sent across, please do let me know if you need anything else, I did remove node_modules in the web project, so you may need to run yarn/npm or the abp install libs again
Hi,
When you say a template project, you want me to zip up and send over the solution as a file. I think it will be quite big to send over email, so I can send a link to somewhere to download it from.
Another note to, I'm not sure if this problem happens if you generate a 8.3.2 project or if it is happens when you update from 8.2 to 8.3 for example.
We have also noticed there are double loading indicators on the table, which I assume is part of this problem too as it is all to do with the datatables
Thanks
Hey,
Thanks for this, didn't think to try it through jQuery, it must be part of the lifecycle when listening to multiple events which makes sense
Thanks.
Hey,
Yes, all good, thank you. We have a workaround for now and will await a fix. Thanks for your assistance.
Kind regards
Alex Welding
Hi
We have not customized any page yet. By what you suggested, this is a bug within ABP itself and we will have to override the code you pointed out until it is updated. I wanted confirmation that this was how it was meant to work and you have answered that so we shouldn't have to do anything else and what we implemented was technically correct.
We'll keep our setup the same and get the button reenabled through the overwrite until the fix is released. Thanks
Kind regards
Alex Welding
It's worth noting that if we enable the button through developer tools and continue with registration, the flow works fine and we can register the user and login through the OpenId account perfectly fine