Grouping Data Grid Add-ons

Hello to everyone

I can´t use the new Grouping Data Grid AddOn and I don´t know why… gonna try to expose the problem.

As you can see, I´m using the latest versions of the framework as well as JMIX.
image
image
So the add-on must be available in marketplace but it is not.
image
Just in case, I imported every url I know in gradle.properties
image
I won´t show but I guarantee that the credentials are correct for my Enterprise user.
image
Also I read in some forum that if you add this on your settings.gradle it could fix the problem… I don’t know exactly what this does, but nothing seems to have changed for me.
image
Also tried to add the tool directly in the build.gradle
image
I might be missing something, but after trying everything within my knowledge, the outcome is still unsuccessful.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not resolve io.jmix.groupgrid:jmix-groupgrid-flowui-starter:2.7.0.
     Required by:
         root project :
      > Could not resolve io.jmix.groupgrid:jmix-groupgrid-flowui-starter:2.7.0.
         > Could not get resource 'https://global.repo.jmix.io/repository/premium/io/jmix/groupgrid/jmix-groupgrid-flowui-starter/2.7.0/jmix-groupgrid-flowui-starter-2.7.0.pom'.
            > Could not GET 'https://global.repo.jmix.io/repository/premium/io/jmix/groupgrid/jmix-groupgrid-flowui-starter/2.7.0/jmix-groupgrid-flowui-starter-2.7.0.pom'. Received status code 403 from server: Forbidden
      > Could not resolve io.jmix.groupgrid:jmix-groupgrid-flowui-starter:2.7.0.
         > Could not get resource 'https://nexus.jmix.io/repository/premium/io/jmix/groupgrid/jmix-groupgrid-flowui-starter/2.7.0/jmix-groupgrid-flowui-starter-2.7.0.pom'.
            > Could not GET 'https://nexus.jmix.io/repository/premium/io/jmix/groupgrid/jmix-groupgrid-flowui-starter/2.7.0/jmix-groupgrid-flowui-starter-2.7.0.pom'. Received status code 403 from server: Forbidden
> There are 2 more failures with identical causes.

The error seems to be clear… I mean… 403 Forbidden. pretty clear. But my subscription plan should have acces to this addon
image

Thank you

Hello Mihai,

We’ll check and come back to you ASAP.

Regards,
Konstantin

2 Likes

I checked the issue with access to the add-on for your license and updated the access settings. The add-on artifact should now be available.

If the issue persists or you notice any other problems, please let me know.

Best regards,
Sergey.

Good afternoon

Now I can install the add-on but…

image
image

Same here

image

Regards

Felix

Hello, Mihai.

We checked the issue you had when adding the add-on to your project. It was caused by a configuration problem in our marketplace. We’ve updated the configuration, so the error messages should no longer appear.

If you have any other questions, feel free to contact us!

1 Like

Dear Support

I created a new project and did change the User dataGrid to groupg:groupDataGrid.

There is nothing visible now ;/ What did I wrong ?

Regards

Felix
Test27.zip (114.5 KB)

Hello, Felix!

Try to add the groupColumn to columns list (see doc):

<groupg:columns resizable="true">
            <groupg:groupColumn header="Groups"/> 
            ...
</groupg:columns>

This column displays grouping control and group rows with toggler. Without it you will see only group rows with empty values in other columns.

Good Morning Sergey

Great, I can use it now. But for existing projects, you have to manually add this to the XML view where you want to use the plugin…

xmlns:groupg="http://jmix.io/schema/groupgrid/ui"

image

I think this information is not included in docs. I´ll let you know if it gives me more problems.

Thank you
Kind regards

Hello Roman

Thank you for this !

I think I am not the only developer who just adds the groupg: at an existing dataGrid and will try it out. For this reason, I think it makes sense to outline this detail stronger, as I did not see it even after you mentioned it, so I had to search. I can imagine, this gives less support requests. But this is only my personal opinion :wink:

Regards

Felix