EasyAdminExtensionBundle
EasyAdminExtensionBundle copied to clipboard
Sort field open page and a lot amount of sort break it
EasyAdmin version : 1.17 EasyAdminExtension version : 1.3.3
I open this issue because I face 2 problems:
The first is the opening of the page during a click on the in sort:

to fix this issue, in easyadmin-extension.js change:
by:

The second issue I encounter is when I do a lot of "sort", the link use in ajax is enlarged at each sort ending with:

after click on <i> element:

This has been fixed in the 2.x branch of EasyAdminExtension. If you can't use it, please PR the fixes to 1.x branch and I will merge them.
Ok, and what about the second issue ?