Skip to content

Commit 1fbbbbe

Browse files
authored
Add rowIndexVisibility
1 parent b318110 commit 1fbbbbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ def listOfPersons(request):
4747
headerRowBackgroundColor = '#ffeeee'
4848
evenRowsBackgroundColor = '#ffeeff'
4949
oddRowsBackgroundColor = '#ffffff'
50+
rowIndexVisibility = True
5051
table = DjangoQtt.generateFromSql(cursor, reportTitle, sqlQuery, columnsToBeSummarized, cssClasses,
51-
"ltr", fontName, "Total Salary", True,
52+
"ltr", fontName, "Total Salary", rowIndexVisibility,
5253
headerRowBackgroundColor, evenRowsBackgroundColor, oddRowsBackgroundColor
5354
)
5455
# table is a string variable contianing the html table showing the query result

0 commit comments

Comments
 (0)