i want dropdown in jquery datatable?VVelladurai2yAsked Jun 26, 2024, 10:59 AM855JQuerywhile i click Tiger Nixon this open dropdown
Abhishek Chadha2y agoPosted Jun 26, 2024, 3:55 PMtry this - $(document).ready(function() { $('.dropdown-toggle').click(function() { $(this).toggleClass('active'); }); });
Abhishek ChadhaPosted Jun 26, 2024, 3:55 PM
try this -