2012-09-24 2 views

답변

1

당신은 사용자 정의 행/열 머리글을 렌더링 할 수 있습니다. 다음 코드는 문서의 일부분입니다. http://handsontable.com/demo/renderers_html.html#header

: 여기
$container.handsontable({ 
    colHeaders: [ 
    "<b>Bold</b> and <em>Beautiful</em>", 
    "Some <input type='checkbox' class='checker'> checkbox" 
    ] 
}); 

이 문서에 대한 링크입니다 : 당신은 colHeaders/rowHeaders에 전달 다음 헤더 적절한 배열을 준비하고 있습니다