Working Hours Table

We have managed working hours table using Elementor repeater. Unfortunately, Elementor repeater does not allow nested repeater(repeater inside repeater).

In Working hours widgets, we provide 6 row option for each tab item. A row example is given below

<td class="tcol">
    <a href="https://themes.hibootstrap.com/hospa/our-services/" data-bs-toggle="tooltip" data-bs-placement="top">
        Gynecological Clinical Care
    </a>
    <div class="user">
        <div class="image">
            <img src="https://themes.hibootstrap.com/hospa/wp-content/uploads/2024/04/doctor1.jpg" alt="image" />
        </div>
        <div class="title"><a href="https://themes.hibootstrap.com/hospa/doctors-post/dr-jonathon-ronan/">Dr. Jane Ronan</a></div>
    </div>
</td>
<td class="tcol">
    <a href="https://themes.hibootstrap.com/hospa/our-services/" data-bs-toggle="tooltip" data-bs-placement="top">
        Orthopedic Surgeon
    </a>
    <div class="user">
        <div class="image">
            <img src="https://themes.hibootstrap.com/hospa/wp-content/uploads/2024/04/doctor2.jpg" alt="image" />
        </div>
        <div class="title"><a href="https://themes.hibootstrap.com/hospa/leadership-team/">Dr. William</a></div>
    </div>
</td>

<td class="tcol">
    <a href="https://themes.hibootstrap.com/hospa/our-services/" data-bs-toggle="tooltip" data-bs-placement="top">
        Pediatric Nutrition
    </a>
    <div class="user">
        <div class="image">
            <img src="https://themes.hibootstrap.com/hospa/wp-content/uploads/2024/04/doctor3.jpg" alt="image" />
        </div>
        <div class="title"><a href="https://themes.hibootstrap.com/hospa/leadership-team/">Dr. James</a></div>
    </div>
</td>

<td class="tcol"></td>

<td class="tcol">
    <a href="https://themes.hibootstrap.com/hospa/our-services/" data-bs-toggle="tooltip" data-bs-placement="top">
        Neurological Specialist
    </a>
    <div class="user">
        <div class="image">
            <img src="https://themes.hibootstrap.com/hospa/wp-content/uploads/2024/04/doctor4.jpg" alt="image" />
        </div>
        <div class="title"><a href="https://themes.hibootstrap.com/hospa/leadership-team/">Dr. Victor J.</a></div>
    </div>
</td>

<td class="tcol">
    <a href="https://themes.hibootstrap.com/hospa/our-services/" data-bs-toggle="tooltip" data-bs-placement="top">
    Cardiology Specialist
    </a>
    <div class="user">
        <div class="image"><img src="https://themes.hibootstrap.com/hospa/wp-content/uploads/2024/04/doctor5.jpg" alt="image" />
    </div>
    <div class="title"><a href="https://themes.hibootstrap.com/hospa/leadership-team/">Dr. David</a></div>
    </div>
</td>

<td class="tcol">
    <a href="https://themes.hibootstrap.com/hospa/our-services/" data-bs-toggle="tooltip" data-bs-placement="top">
    Nephology Specialist
    </a>
    <div class="user">
        <div class="image"><img src="https://themes.hibootstrap.com/hospa/wp-content/uploads/2024/04/doctor6.jpg" alt="image" />
    </div>
    <div class="title"><a href="https://themes.hibootstrap.com/hospa/leadership-team/">Dr. Simpson</a></div>
    </div>
</td>


Please paste the above code into row content field