
NocoBase 2.0 Beginner Tutorial - Chapter 3: Building Pages
Originally published at https://docs.nocobase.com/tutorials/v2/03-building-pages Chapter 3: Building Pages — From Blank to Functional In the last chapter, we built the skeleton of our data tables — but right now the data only lives in the "backend." Users can't see it at all. In this chapter, we'll bring our data front and center : create a Table block to display ticket data, configure field visibility, sorting, filtering , and pagination, turning it into a real, usable ticket list. 3.1 What Is a Block In NocoBase, a Block is a building brick on a page. Want to show a table? Drop in a Table block. Need a form? Add a Form block. A single page can freely combine multiple blocks, and you can drag and drop to rearrange the layout. Common block types: Type Purpose Table Displays multiple records in rows and columns Form Lets users input or edit data Details Shows the full information of a single record Filter Form Provides filter criteria to narrow down data in other blocks Chart Pie charts
Continue reading on Dev.to Tutorial
Opens in a new tab




