Skip to content

Dash ag grid table

Opinionated wrapper around the Dash Ag Grid component.

To use the Enterprise features, provide the following environment variables:

class DashAgGridEnterprise(BaseSettings):
    """
    Simple authentication configuration class
    """
    dag_license_key: str = ''
    enable_dag_enterprise: bool = False
    model_config = SettingsConfigDict(env_file='.env')

Stay tuned for more information on server side filtering 😊.

Rendering:

Dash Ag Grid

An example of such a component in a dash application