multiple listview on one window - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18) +--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4) +---- Forum: coreBOS (https://discussions.corebos.org/forumdisplay.php?fid=5) +---- Thread: multiple listview on one window (/showthread.php?tid=240) |
multiple listview on one window - saidmsl - 02-10-2016 Hi, is there a way to display in listview multiple tables with different filters ex : module Potential on list view : Table 1 : all Status = Closed Won Table 2 : all status = Closed Lost Table 3 : all Status not Closed RE: multiple listview on one window - joebordes - 02-10-2016 It would have to be through an extension or your own independent script. There is no native way of doing something like that. I would use angluarjs to load angular-grid with the three different views. |