Discuss anything related to web development but no technical support questions


Post by cengizseker »

Hi,

I need to follow next 6 or 12 months sales budget table for salespeople or clients or together. Imagine a row tree with customers at the bottom and salespeople on middle and sales total as a main grup at the top. I think it's convenience to use grid tree or grid grouping.

The problem is creating columns. I need to see 6 or 12 months ahead of the current month. As i see in the scheduler colums includes months and year it belongs to, that's perfect! that's what i need. But I don't need appointment features, , i just want to put figures as to fillable row of columns that summaried according to group totals.

What do you suggest with my scenario. Should i use scheduler extension or i can solve just with grid extension.

Thanks.


Post by mats »

If you don't need appointments, you should use the Grid and just create columns the way you need. Should be quite straightforward, just generate your 6/12 columns and render the values you want to see using the 'render' method on the Column class:

https://bryntum.com/docs/scheduler/#Grid/column/Column#config-renderer


Post Reply