File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ There are other powerful projects to sort tables such as
1212high level ` render_table ` tag because it requires to define the CSS in
1313` Table ` classes or to write custom templates.
1414
15- A demonstration of the features is provided in ` testproj ` directory.
15+ A demonstration of the features is provided in ` testproj ` directory. The file
16+ ` testproj/README.md ` provides information on how to use it.
1617
1718## Features
1819
@@ -164,8 +165,3 @@ The library provides a few settings that you can define in the Django settings o
164165- `DEFAULT_SORT_UP ` , the HTML character to display the up symbol in the column headers (' ↑' by default).
165166- `DEFAULT_SORT_DOWN ` , the HTML character to display the down symbol in the column headers (' ↓' by default).
166167- `SORTING_INVALID_FIELD_RAISES_404 ` , if true, a 404 response will be returned on invalid use of query parameters (false by default).
167-
168- # # Example
169-
170- A test project is provided with the source code, the file `testproj/ README .md`
171- provides information on how to use it.
You can’t perform that action at this time.
0 commit comments