cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to add action to list view column in backoffice

bhavirisetty
Active Participant
0 Likes
693

Hello Experts,

We have a requirement to add a custom action to list view column,

  1. Action must be visible only for the Product type.

  2. Action should be enabled only when product status is checked/unchecked.

  3. On click on the action, it should open a widget popup. (Inside popup we will have a button as approved which will approve the product)

  4. On the close popup, if product got approved action should be disabled.

Please let me know how to do this as I am pretty new back-office

Using 1811 version.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

For this issue we have implement WidgetComponentRenderer interface override renderMethod inside method u can write your business logic this class id declare in list-view:column.

Former Member
0 Likes

Create a custom cell renderer and configure it