Msieprawski\ResourceTable\ResourceTable::setCustomView PHP Method

setCustomView() public static method

Set custom view name if you've created your own ResourceTable template
public static setCustomView ( string $customView )
$customView string
    public static function setCustomView($customView)
    {
        self::$_customCustomView = $customView;
    }