Skip to content

add stateSave for tables  #78

@ghost

Description

#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 %}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions