File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,14 @@ The project provides examples of integration with Django and Jinja2 templates.
157157
158158That' s it!
159159
160+ # # Settings
161+
162+ The library provides a few settings that you can define in the Django settings of your project:
163+
164+ - `DEFAULT_SORT_UP ` , the HTML character to display the up symbol in the column headers (' ↑' by default).
165+ - `DEFAULT_SORT_DOWN ` , the HTML character to display the down symbol in the column headers (' ↓' by default).
166+ - `SORTING_INVALID_FIELD_RAISES_404 ` , if true, a 404 response will be returned on invalid use of query parameters (false by default).
167+
160168# # Example
161169
162170A test project is provided with the source code, the file `testproj/ README .md`
You can’t perform that action at this time.
0 commit comments