$(function() {
  $("#booklist").tablesorter({
	headers: {
		6: { sorter: "digit" },	// 7列目を数値としてソートする
	}
});
});
