Search results

MemberItems API in JavaScript Pivotfieldlist API control

Defines the filter members information that used to render member filter dialog.

Properties

caption

string

Defines the filter member’s caption.

hasChildren

boolean

Defines whether the specific filter member has child(inner level) members or not.

htmlAttributes

{ [key: string]: Object }

Defines the custom HTML atttribute informations that used to add it specific filter member’s DOM element in UI.

id

string

Defines the unique name of a specific filter member.

isSelected

boolean

Defines whether the specific filter member is include or not that used to be display in the pivot table.

name

string

Defines the unique caption to a specific member that used to display in the filter dialog.

pid

string

Defines the parent member’s unique name of a specific filter member.

tag

string

Defines the unique tag name to a specific member.