Kibana canvas datatable in multiple pages

Hello,

Is there a way to display data tables in a canvas in such a way that each data table takes multiple pages if needed instead of having it displayed in a scrollbar view?

I am asking this because my client needs printed canvases that combine graphics and long lists (data tables) that should be visible entirely when printed. The only way I have found by the moment is to set up one data table view in each page and set the lines displayed manually in each page but this is too slow if we have to print several canvases with different data filters etc...

Thanks in advance for your help.

Hi @Hugo_Barbachano,

Unfortunately I don't think this is possible in a flexible dynamic way.
The only thing I can think of is, if you know how many pages you want, you can manually create them and using filterrows expression function filter each table by some condition making them simulate paginated data.

You can also open a feature request using this link.

Thank you for your answer, I have created a Feature Request as suggested https://github.com/elastic/kibana/issues/84896

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.