mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-28 17:50:56 +01:00
10 lines
523 B
Go
10 lines
523 B
Go
export declare const TABLE_COLUMN_NAME_ACTIONS = "actions";
|
|
export declare const TABLE_ACTION_ADD = "add";
|
|
export declare const TABLE_ACTION_DELETE = "delete";
|
|
export declare const TABLE_ACTION_EDIT = "edit";
|
|
export declare const TABLE_ACTION_EXPORT = "export";
|
|
export declare const TABLE_ACTION_CUSTOMIZE_COLUMNS = "customize-columns";
|
|
export declare const TABLE_PAGINATION_POSITION_TOP = "top";
|
|
export declare const TABLE_PAGINATION_POSITION_BOTTOM = "bottom";
|
|
export declare const TABLE_PAGINATION_POSITION_ALL = "all";
|