diff --git a/docs/loops/Generic.md b/docs/loops/Generic.md index e6859e6f..d5c24605 100644 --- a/docs/loops/Generic.md +++ b/docs/loops/Generic.md @@ -11,7 +11,7 @@ Generic loop can return any table present in your database and configured with p |------------|:--------------------------------------------------------------------------------------------------------------------------------|:------------------------------:|:------------------------------------| | table_name*| The table name you want query | | | | filters | A single or a list of filters to apply on columns in this format column_name:value1,value2|other_column:value | | filters="id:1,3|visible:1" | -| orders | A single or a list of orders to apply on columns in this format column_name:DESC|other_column:ASC | | order="id:DESC|created_at:ASC" | +| orders | A single or a list of orders to apply on columns in this format column_name:DESC|other_column:ASC | | orders="id:DESC|created_at:ASC"| | locale | The locale for translated columns | The current locale for session | | | limit | The number of rows to return | | limit="10" |