mirror of
https://github.com/django-components/django-components.git
synced 2025-08-15 03:30:14 +00:00
This reverts commit 4d5fecf3ee
.
This commit is contained in:
parent
9f98c7e4df
commit
bb341fce30
36 changed files with 11 additions and 4118 deletions
|
@ -35,16 +35,6 @@ class DynamicComponent(Component):
|
|||
{% endcomponent %}
|
||||
```
|
||||
|
||||
Or in case you use the `django_components.component_shorthand_formatter` tag formatter:
|
||||
|
||||
```django
|
||||
{% dynamic is=table_comp data=table_data headers=table_headers %}
|
||||
{% fill "pagination" %}
|
||||
{% component "pagination" / %}
|
||||
{% endfill %}
|
||||
{% enddynamic %}
|
||||
```
|
||||
|
||||
Python
|
||||
```py
|
||||
from django_components import DynamicComponent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue