META UI Components
    Preparing search index...

    Interface IMeTableRowProps

    Отвечают за декорацию рендеринга строки Передаются через спец. колонку "row_props_field" в данных

    interface IMeTableRowProps {
        contextualClass?: string;
        editor?: IMeTableRowEditor;
    }
    Index

    Properties

    contextualClass?: string

    Для подкрашивания строки

    [ active, success, info, warning, da] http://getbootstrap.com/css/#tables-contextual-classes

    Управление свойствами редактируемой таблицы