Skip to content

Hide others group #20

Description

@tugrulduran

If you dont wanna show items those aren't identified in the your template, just add another condition to line 100 like this:

if (propertyRowsHTML[OTHER_GROUP_NAME] && options.showOthers && options.showOthers === true) {
	innerHTML += getGroupHeaderRowHtml(OTHER_GROUP_NAME, options.isCollapsible);
	innerHTML += propertyRowsHTML[OTHER_GROUP_NAME];
}

and add showOthers: true/false to your calling options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions