Is there a way to bring headers in the column and on click of the header, the attributes associated with the header in a different column using Dojo?
Thanks Kumar
Is there a way to bring headers in the column and on click of the header, the attributes associated with the header in a different column using Dojo?
Thanks Kumar
you can use the event onHeaderCellClick
to add the header, you can do it easily in declarative way like this:
If you are using declarative way you can use the attribute onHeaderCellClick to your table, onHeaderCellClick="func" call function func().