getStructure

возвращает настройки Pivot

object getStructure();
objectнастройки Pivot

Example

const structure = $$("pivot").getStructure();

Related samples

Details

Структура и поля возвращаемого объекта идентичны тем, которые принимает свойство конструктора structure:

const structure = $$("pivot").getStructure();
/*
    {
        columns: ["year"],
        filters: [ ... ],
        groupBy: "year",
        rows: ["form", 'name"],
        values: [{name: "oil", operation: "min", color: "#e33fc7"}, ...]
    }
*/
See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix ui component library and page of javascript pivot grid product.