Re: [pve-devel] [RFC PATCH manager 4/5] ui: ScheduleSimulator: add rownumberer column

2023-01-20 Thread Thomas Lamprecht
Am 18/01/2023 um 15:35 schrieb Dominik Csapak: > so it's clear what the first time is, for that we have to disable > sorting, since the rownumberer will not sort with it > > Signed-off-by: Dominik Csapak > --- > not sure if it's worth losing the sorting... IMO it isn't, if we would need to calcu

[pve-devel] [RFC PATCH manager 4/5] ui: ScheduleSimulator: add rownumberer column

2023-01-18 Thread Dominik Csapak
so it's clear what the first time is, for that we have to disable sorting, since the rownumberer will not sort with it Signed-off-by: Dominik Csapak --- not sure if it's worth losing the sorting... www/manager6/window/ScheduleSimulator.js | 6 ++ 1 file changed, 6 insertions(+) diff --git