Home Reference Source
public class | source

ExportModal

Extends:

react~React.Component → ExportModal

Тело модального экна экспорта таблицы

React Props:

NameTypeAttributeDescription
type Object объект формата скачиваемого файла
code Object объект кодировок

Constructor Summary

Public Constructor
public

constructor(props: *)

инициализация типов файла и кодировок

Member Summary

Public Members
public

code: {"cp1251": string, "utf-8": string, ...undefined: Object}

public

defaults: {"type": string, "code": string, "size": string}

public

size: {"all": *, "current": *}

public

type: {"csv": string, "dbf": string, "xlsx": string, "xml": string, "txt": string, ...undefined: Object}

Method Summary

Public Methods
public

Обработка новых проспов

public

render(): *

Базовый рендер

Public Constructors

public constructor(props: *) source

инициализация типов файла и кодировок

Params:

NameTypeAttributeDescription
props *

Public Members

public code: {"cp1251": string, "utf-8": string, ...undefined: Object} source

public defaults: {"type": string, "code": string, "size": string} source

public size: {"all": *, "current": *} source

public type: {"csv": string, "dbf": string, "xlsx": string, "xml": string, "txt": string, ...undefined: Object} source

Public Methods

public componentWillReceiveProps(newProps: *) source

Обработка новых проспов

Params:

NameTypeAttributeDescription
newProps *

public render(): * source

Базовый рендер

Return:

*