If you implement tables and using Knockout.js to push data updates from JS to HTML – probably you experience a situation when it doesn’t work to push an update for one of the columns. I mean you could replace the whole observable array element – this would cause full row refresh. But visually this doesn’t look nice and why to refresh the whole row, if only one (or few) element (-s) from the row must be refreshed.
If you need to refresh a specific array element (or row column in other words) – you must define the value of that column to be observable. Refresh will be happening much more smooth, instead of refreshing whole row. See how fast Risk column value is changed after clicking on Process button: Table is implemented with Oracle JET table component. JET table allows to define template slots, this helps to create a better structure for table columns implementation: Read the complete article here.
For regular information become a member in the WebLogic Partner Community please visit: http://www.oracle.com/partners/goto/wls-emea ( OPN account required). If you need support with your account please contact the Oracle Partner Business Center.
Blog
Twitter
LinkedIn
Facebook
Meetups
Technorati Tags: PaaS,Cloud,Middleware Update,WebLogic, WebLogic Community,Oracle,OPN,Jürgen Kress