Get / Set Marketplace Component Properties

Is there any way to get and / or set the properties of a component from the Marketplace (e.g., Pagination or Data Grid), if the property is not exposed in the UI Builder settings panel?

Hi there @Howard_Jacobson,

You can access the custom component properties only through property /actions. Properties can be available in two variants: in the component settings and via the logic (the Set/Get property blocks). As a rule all properties have their own representation in settings.
For example for Data Grid there are for all

If you need something that’s not added to the documentation, you can get the component from github and add the required one on your own. Could you please specify which property you need?

Regards,
Marina

For example, the AG Grid (on which the bl-data-grid-component is based has a property “pagination”. If set to true, the AG Grid will allow pagination of its contents. I would like to be able to access the many properties of the AG Grid to experiment with exposing more of its features, such as pagination.

Thanks.

@Howard_Jacobson, I have created a ticket - MARKET-2016 for the development team to add this property to the component. We will let you know when it is implemented.

Regards,
Marina

Hi, @Howard_Jacobson!
We are happy to announce that the Data Grid component has been updated to the 1.2.0 version with a new “pagination” property and another helpful changes. You already can try it on the Marketplace.
Happy Codeless Coding!