We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#tables.py
#save state of table between PostBack , Redirect ... (saves filter,search,etc ... ) self.save_state = getattr(options, 'stateSave', False)
#table.html
{% block save_table_state %} "stateSave": {{ save_state }}, {% endblock %}