clearer description
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
def make_key(df):
|
def make_key(df):
|
||||||
"""
|
"""
|
||||||
encode the column names into the key,
|
encode the dataframe's column names into a key,
|
||||||
this triggers a hard reload (like F5) when the columns change
|
this triggers a hard reload (like F5) of the AgGrid if the columns change
|
||||||
"""
|
"""
|
||||||
return "stand:" + "+".join(str(col) for col in df.columns)
|
return "stand:" + "+".join(str(col) for col in df.columns)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user