Our powerful JS Calendar component


Post by swati tomar »

want to change the left top 3 dot icon with two collapse and expand icon.

Attachments
Screenshot 2023-12-29 165932.png
Screenshot 2023-12-29 165932.png (120.99 KiB) Viewed 977 times

Post by alex.l »

Hi there,

Try this

     tbar: {
       items: {
         toggleSideBar: {
           icon: 'b-icon-calendar-days' // use icon class you need
         }
       }
     },

All the best,
Alex


Post by alex.l »

Thanks for the question, we found problem in our docs regarding to this item, I've opened a ticket here https://github.com/bryntum/support/issues/8145

All the best,
Alex


Post by swati tomar »

thanks Alex


Post Reply