Bootstrap 4 Collapse are opening and closing all items together
问题 I have a dynamic page where Bootstrap Collapse is showing data from the database. Here if I click any link all the items' collapse is opening all together and closing altogether. Then I tried to create a unique id using a while loop but after that collapse is not working. <?php $i=0; while ($row = mysqli_fetch_assoc($notice)) { ?> <div class="panel-group" id="accordion6" role="tablist" aria-multiselectable="true"> <div class="panel panel-default"> <div class="panel-heading" role="tab" id=