Print Form not Work!!!

How to print a form with all content(all form elements+ all element data)
If there is a table on the form, it should be printed with all the rows
In the example below not all rows in the table are printed,
I understand that there is the print visible on scroll part?
https://snippet.webix.com/zmhkbdp4


Как вывести на печать форму со всем содержимым(Все элементы формы+ все данные элементов)
Если на форме присутствует таблица, она должна идти на печать со всеми строками
В примере ниже на печать идут не все строки таблицы,
я так понимаю, идет на печать видимая по скроллу часть?
https://snippet.webix.com/zmhkbdp4

Hello @Javaq,

I understand that there is the print visible on scroll part?

Yep, you are correct in assuming this. The only part that will be printed out is the visible part, the only exception is when you print a data-component exclusively. For example, you can see this in action by calling the webix.print() method on the datatable contained within the form in your snippet - https://snippet.webix.com/bnrjjbjj.

How to print a form with all content(all form elements+ all element data)

Unfortunately, this is not currently possible, as the only part that will get printed is the one that is currently visible, as mentioned above.


Добрый день,

я так понимаю, идет на печать видимая по скроллу часть?

Всё так и есть, исключением являются data-компоненты. К примеру, если вызвать webix.print у таблицы из Вашего примера, то можно увидеть, что все данные попадают на печать - https://snippet.webix.com/bnrjjbjj.

Как вывести на печать форму со всем содержимым(Все элементы формы+ все данные элементов)

К сожалению, как уже говорилось выше, при печати будет выводиться только видимая на данный момент часть, и изменить данное поведение не представляется возможным.