Commit d6ab3bfc by aa.gusti

perbaikan detable checkclick

1 parent 9907a294
...@@ -263,7 +263,7 @@ ...@@ -263,7 +263,7 @@
$('#${tableid} tbody').on('click', 'tr', function () { $('#${tableid} tbody').on('click', 'tr', function () {
alert("table clicked"); // alert("table clicked");
if ($(this).hasClass('selected')) { if ($(this).hasClass('selected')) {
$(this).removeClass('selected'); $(this).removeClass('selected');
m${tableid}ID = null; m${tableid}ID = null;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!