質問編集履歴

1

題名の修正、 掲載ソースコードの誤字

2017/12/27 09:58

投稿

nocturnum
nocturnum

スコア8

test CHANGED
@@ -1 +1 @@
1
- Tabulatorでの選択行のマーキングの方法
1
+ Tabulatorでの選択行の色付けの方法
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  rowClick: function(e, row){
32
32
 
33
- $('#table')css({"background-color":"transparent"});
33
+ $('#table').css({"background-color":"transparent"});
34
34
 
35
35
  row.getElement().css({"background-color":"#A6A6DF"});
36
36