Expand Column
Collapse
X
-
yuri, great! I implemented it in some apps the way telecastg described, but it is always better, if this is a core function.
One question (did not test it so far): If a user resizes the column, will it stay resized even if the user logs out? Because in the telecastg way it would reset on leaving the list view to default.
Ok, I see, it is stored. Question answered. -
New commercial extension released, compatible with Espo 7x. Now you can have column resizing and tabular editing without having to write any code.
If interested check this post please. https://forum.espocrm.com/forum/exte...without-codingLeave a comment:
-
The only way to guarantee that it is upgrade safe is to follow what telecastg has described.
Either that or be careful as to how you merge in the updates - I'm merging changes from the EspoCRM GitHub repository rather than installing them via the Admin interface.
The main reason for doing this is that we've made significant changes to the underlying code-base to support many more business functions and therefore just applying an update via the Admin interface would cause a lot of issues.
I updated and now the column expansion does not work anymore. and in addition, I think it is causing a bug where in form, I cannot display the popup selector for linked fields, it only relies on the auto-completion.Leave a comment:
-
Hi,
I have followed the intruction.
But it dosent work.
Any advice would be welcome.Leave a comment:
-
The only way to guarantee that it is upgrade safe is to follow what telecastg has described.
Either that or be careful as to how you merge in the updates - I'm merging changes from the EspoCRM GitHub repository rather than installing them via the Admin interface.
The main reason for doing this is that we've made significant changes to the underlying code-base to support many more business functions and therefore just applying an update via the Admin interface would cause a lot of issues.Leave a comment:
-
My Path was correct.
I had to log-out and log-in again and everything went fine, actually.
Do you think there is a way to make it upgrade-proof without the need to edit every single entity's clientDef?
Thanks.Leave a comment:
-
I just ensured that the path to the CSS file was correct and in the right folder. In my instance, it wasn't. Maybe double-check your paths.Leave a comment:
-
I got the huge white area at first but I realised that the CSS file for the resizableColumns was not being loaded correctly (Google developer tools helped here).
Ensure that you have the custom CSS file specified as per my original comment.Leave a comment:
-
Indeed, the first answer was not upgrade proof as experienced with today's upgrade.
however, telecastg solution does not work in my hands : I have the following error when inspecting:
TypeError: $(...).resizableColumns is not a functionLeave a comment:
Leave a comment: