Skip to content

Commit debe126

Browse files
committed
..
1 parent 080fd77 commit debe126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/packages/tutorial/query-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tags={[
2020

2121
A package is a collection of reusable query, JavaScript, and UI modules that can be versioned and shared across applications in the same workspace. Packages help you organize and maintain logic consistently across your projects.
2222

23-
In this tutorial, we will create a query module, which allows you to define reusable queries that accept dynamic inputs and can be used across multiple applications.
23+
In this tutorial, we will create a query module, which allows you to define reusable queries that accept dynamic inputs and can be used across multiple applications. As an example, we’ll build a query module that fetches user details from a sample database, and then display the results in a Table widget with server-side pagination enabled.
2424

2525
:::tip ⏳ Estimated Time: 10 minutes
2626
By the end of this tutorial, you will learn to:

0 commit comments

Comments
 (0)