Is there a way to add a button just next to column header? lets say just after the \'Sort indicators\' ?
for a example
In the past, I have used jquery to add a button to the header. Where my column name was "id":
$('#gs_id').after('Reset');