JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › grid.print() custum header
Tagged: grid print
HI,
is there a way to add a custom header or title when u print the grid?
for example:
i call grid.print()
——–
MyTitle
printed Grid
<hr />
TY
Hi,
This code would allow you to add custom content in a grid header.
header: { visible: true, template: ‘<button>Test</button>’ },
Regards, Markov