Zum Hauptinhalt springen

createGridView

Info

Dieses Feature ist nur in der PRO Edition verfügbar.

Description

Richtet die Grid-Ansicht im Scheduler ein

createGridView: (config: any) => void

Parameters

  • config - (required) object - Das Konfigurationsobjekt für die Grid-Ansicht

Example

scheduler.createGridView({
name:"grid",
fields:[
{id:"id", label:'Book Title', width:'*', align:'right', sort:'str'},
{id:"date", label:'Author', width:100},
{id:"text", label:'Votes', width:200, align:'left', sort:'int'}
],
from:new Date(2000, 00, 01),
to:new Date(2013, 00, 01)
});

Applicable views: Grid view

Details

Hinweis

Um diese Methode zu verwenden, muss das grid_view Plugin aktiviert sein.

Das Konfigurationsobjekt der Grid-Ansicht unterstützt folgende Eigenschaften:

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.