A use case requires displaying 250 rows of data to a user and allowing the user to interact with the data in a mobile interface.
What is the Oracle-recommended method for displaying an interactive 250-row data set in a Configurator?
You do not have a good option because 250 rows are too much to display on the screen of a Configurator
Use an array set to show this data
Split the data into two array sets and use logic to show the relevant set of data
Use an HTML attribute to display the data and use JavaScript to create interactivity
Submit