CoreBOSBB
[ solved ] Doubt - Scroll in Widget - Dashboard not working - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: [ solved ] Doubt - Scroll in Widget - Dashboard not working (/showthread.php?tid=1568)



[ solved ] Doubt - Scroll in Widget - Dashboard not working - rslemer - 09-04-2019

When user click on scroll at bottom widget ( module ) not do anything ...


RE: Scroll in Widget - Dashboard not working - rslemer - 09-18-2019

I mean, did I get it wrong?

Does scroll enable scrollbars only?

I was imagining that I would "scroll" the list items, showing the next "n" records


RE: Doubt - Scroll in Widget - Dashboard not working - Hena Hajderasi - 09-19-2019

(09-18-2019, 02:09 PM)rslemer Wrote: I mean, did I get it wrong?

Does scroll enable scrollbars only?

I was imagining that I would "scroll" the list items, showing the next "n" records

Yes, It just adds the scroll bars on the window. Then, if you need to see the "n" records, you can click button More and it will redirect you to the module to see more. 


[attachment=901]



RE: Doubt - Scroll in Widget - Dashboard not working - rslemer - 09-19-2019

It seems to me, useful because widget is drawn with fixed size, small graph, only 12 itens, and etc

I think is better if possible, in module widget, get next "n" registry or a auto refresh for one or more widgets, etc


RE: Doubt - Scroll in Widget - Dashboard not working - Hena Hajderasi - 09-20-2019

(09-19-2019, 01:58 PM)rslemer Wrote: It seems to me, useful because widget is drawn with fixed size, small graph, only 12 itens, and etc

I think is better if possible, in module widget, get next "n" registry or a auto refresh for one or more widgets, etc

The widget is designed in that way in order to display only some items and in order to represent somehow the modules. If you need more information related to a specific module or item, you can go to the module view.


RE: Doubt - Scroll in Widget - Dashboard not working - rslemer - 09-20-2019

Yes, I know that
But to me, the dashboard is a way to manage your business, to get a complete vision of what's going on

when you leave the panel for the filter you lose it

For a manager, it's important to have the summary updated so you can manage your team.

Otherwise, the usefulness of the panel is questionable.


RE: [ solved ] Doubt - Scroll in Widget - Dashboard not working - rslemer - 09-23-2019

today, only this do is put a scroll bar

to change a default order, is possibe changed in hard code like as this post
https://github.com/tsolucio/corebos/blob/master/vtlib/ModuleDir/ModuleFile.php#L97


RE: [ solved ] Doubt - Scroll in Widget - Dashboard not working - Hena Hajderasi - 09-25-2019

(09-23-2019, 07:34 PM)rslemer Wrote: today, only this do is put a scroll bar

to change a default order, is possibe changed in hard code like as  this post
https://github.com/tsolucio/corebos/blob/master/vtlib/ModuleDir/ModuleFile.php#L97

Yes, that is a good idea, we will keep it in mind if we ever redesign the functionality.


RE: [ solved ] Doubt - Scroll in Widget - Dashboard not working - rslemer - 09-25-2019

Not working for dashboard

Filters working correctly ..

Even I created a global variable to sorting a filter not working too ... ( for dashboard only )

Although dashboard widget was created since a filter, order in dashboard not agree the same for a filter

={