Dumitru
Results
1
comments of
Dumitru
Assuming you have a css class called 'redbg' you can add the following handler to the constructor options when creating the table: ` onItemClick: function(item, e){ e.target.parentElement.classList.toggle('redbg'); } `