Commit 53b6fdaa authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

make job simulation table readonly.

parent fc156253
...@@ -407,7 +407,8 @@ ...@@ -407,7 +407,8 @@
if (spreadsheet_data.length > 1) { if (spreadsheet_data.length > 1) {
$('#spreadsheet_output').handsontable({ $('#spreadsheet_output').handsontable({
data: spreadsheet_data data: spreadsheet_data,
readOnly: true
}); });
} }
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment