Skip to content

Latest commit

 

History

History
102 lines (72 loc) · 2.34 KB

grid.md

File metadata and controls

102 lines (72 loc) · 2.34 KB
<title>Handsontable example - jsFiddle demo</title> <script type='text/javascript' src='/js/lib/dummy.js'></script> <style type='text/css'> </style> <script src="http://handsontable.com/lib/jquery.min.js"></script> <script src="http://handsontable.com/dist/jquery.handsontable.full.js"></script> <style type="text/css"> body {background: white; margin: 20px;} h2 {margin: 20px 0;} .handsontable .currentRow { background-color: #E7E8EF; } .handsontable .currentCol { background-color: #F9F9FB; } </style> <script type='text/javascript'>// </script>

Highlight current row or column

Use options currentRowClassName and currentColumnClassName.

Dump data to console