CoreBOSBB

Full Version: multiple listview on one window
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.