Scrollable Area Odc Documentation
Expandable Table Row Demo Documentation Odc Outsystems Outsystems developer cloud (odc) features a scrollable area pattern for creating scrollable content blocks in applications. odc documentation. One common requirement is creating horizontally scrollable lists for side by side items. this guide provides a comprehensive step by step approach to creating a horizontally scrollable list in outsystems designed for mobile applications.
Scrollable Area Odc Documentation Explore the scrollable area pattern in outsystems 11 (o11) for creating scrollable content blocks in mobile and reactive web apps. outsystems 11 documentation. Stable version 0.1.0 (compatible with odc) uploaded on 19 october 2023 by outsystems labs overview documentation. Infinite scrolling in outsystems enables a dynamic user experience by seamlessly loading data as users scroll through a list. this guide provides a clear, detailed step by step procedure to integrate infinite scrolling functionality within your outsystems application. Explore how to create a scrollable table with a fixed header in outsystems 11 (o11) using table records widgets for traditional web apps. outsystems how to guide.
Scrollable Area Odc Documentation Infinite scrolling in outsystems enables a dynamic user experience by seamlessly loading data as users scroll through a list. this guide provides a clear, detailed step by step procedure to integrate infinite scrolling functionality within your outsystems application. Explore how to create a scrollable table with a fixed header in outsystems 11 (o11) using table records widgets for traditional web apps. outsystems how to guide. This is a pure javascript solution to make a standard table component scrollable both horizontally and vertically with fixed headers. simply drop it on a page and supply the id of your table and a either a pixel height or a height percentage. I used the scrollable area to allow the user to scroll down the list: however how can i indicate on the screen that there is more data at the bottom to see, or when the user is scrolled to the bottom of the list, that there is data at the top to see?. The odc implementation is similar to o11. use event onscrollending, but please consider the volume of data. infinite scrolling is used for social media experiences and little else, as it can cause slowdowns and, in cases of data searches, can be slow for the user. How to make horizontal scrolling for the table?.
Comments are closed.