Multi-row Selection with JET 9 in Visual Builder by Shay Shmeltzer

image

With the new support for Oracle JET 9 in Oracle Visual Builder, it’s much simpler to create a multi-row selection enabled table that with checkboxes for row selection. Below is a quick video showing how this is done. This is much simpler compared to the approach you had to take before.

The table automatically adds a selection checkbox column when you set the selection-mode.row=”multiple” attribute. There is an on-selected-changed event on the table – and you can attach an action chain to it. The event gets an array of the selected row keys as an input parameter. In the video, I’m simply looping over this array and show a notification with the row key referring to them with the expression – [[ $variables.keys[$current.index] ]]. You can of course use this array for any follow up steps you want to do on the rows. Read the complete article here.

Developer Partner Community

For regular information become a member in the Developer Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook image Meetups

Technorati Tags: PaaS,Cloud,Middleware Update,WebLogic, WebLogic

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.