This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
var handson_table_data = [] | |
var container = $("#edit-metrics-handson-table") | |
var renderResponse = function (instance, td, row, col, prop, value, cellProperties) { | |
if (row == 0 || col == 0) { | |
cellProperties.readOnly = true; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
var container = $("#edit-metrics-handson-table") | |
var renderResponse = function (instance, td, row, col, prop, value, cellProperties) { | |
if (row == 0 || col == 0) { | |
cellProperties.readOnly = true; | |
} |
NewerOlder