JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › grid.print() custum header › Reply To: grid.print() custum header
March 28, 2023 at 9:25 am
#104640
Markov
Keymaster
Hi,
This code would allow you to add custom content in a grid header.
header: {
visible: true,
template: ‘<button>Test</button>’
},
Regards,
Markov