Skip to content

Commit 03fea1b

Browse files
committed
fix: fixed width of columns when new data arrives
1 parent d327431 commit 03fea1b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-smartbase-admin"
3-
version = "0.2.48"
3+
version = "0.2.49"
44
description = ""
55
authors = ["SmartBase <[email protected]>"]
66
readme = "README.md"

src/django_smartbase_admin/engine/admin_base_view.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ def get_tabulator_definition(self, request):
373373
"tabulatorOptions": {
374374
"renderVertical": "basic",
375375
"persistence": False,
376+
"layoutColumnsOnNewData": True,
376377
"height": "100%",
377378
"ajaxContentType": "json",
378379
"ajaxConfig": {

0 commit comments

Comments
 (0)