Our pure JavaScript Scheduler component


Post by pooja111 »

How to remove expand button from bryntum scheduler. Please see the attachment

sched.png
sched.png (20.57 KiB) Viewed 507 times

Post by mats »

Please describe your purpose a bit better. Do you want a flat list with no hierarchy? Then simply return data this way as seen in most of our demos.


Post by pooja111 »

yes flat list with no hierarchy and remove this expand button also.


Post by saki »

Post please your Scheduler configuration and the data sample. Normally, in Scheduler, the tree feature is not turned on so by default there are no expanders shown.


Post by pooja111 »

See the attachment

Attachments
sche5.png
sche5.png (55.96 KiB) Viewed 498 times
sche4.png
sche4.png (65.29 KiB) Viewed 498 times
sche3.png
sche3.png (51.12 KiB) Viewed 498 times

Post by saki »

type of the Resource column is tree (first picture) so the expanders are shown. Remove it and it should be all what is needed.


Post by pooja111 »

When I add showEventCount it will show count that I want, but it show none images which I don't need. How can I remove that.

Please see the attachment

Attachments
sche7.png
sche7.png (25.85 KiB) Viewed 494 times
sche8.png
sche8.png (47.91 KiB) Viewed 494 times

Post by mats »

Please study the docs, you can find all relevant info there. Set this config to false https://bryntum.com/docs/scheduler/#Scheduler/column/ResourceInfoColumn#config-showImage


Post Reply