mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
parent
a96fd23d72
commit
2ed603f288
10 changed files with 16 additions and 16 deletions
|
@ -283,7 +283,7 @@ def extract_columns(columns=None, match_columns=None):
|
|||
columns_string = columns_string.rstrip(', ')
|
||||
|
||||
# We return a dict of the column params
|
||||
# column_string is a comma seperated list of the exact column variables received.
|
||||
# column_string is a comma separated list of the exact column variables received.
|
||||
# column_literal is the text before the "as" if we have an "as". Usually a function.
|
||||
# column_named is the text after the "as", if we have an "as". Any table prefix is also stripped off.
|
||||
# We use this to match with columns received from the Datatables request.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue