Всем привет!
Есть table c 12 columns
в таблице(БД) 13 строк, показывает только 3
Не пойму почему?
Фильтра нет, другой браузер не помог
Обновить нажимал
Есть идеи из-за чего может быть?
Jmix version: 1.5.4
Jmix Studio plugin version: 2.1.0-232
IntelliJ version: IntelliJ IDEA 2023.2.5 (Ultimate Edition)
<table id="customersTable" visible="true"
dataContainer="customersDc" multiselect="true">
<actions>
<action id="edit" type="edit"/>
<action id="remove" type="remove"/>
<action id="excelExport" type="excelExport" />
</actions>
<columns>
<column id="column1"/>
<column id="column2"/>
........
<column id="column12"/>
</columns>