RADLib
RADical C++ application framework
RADUi::TableColumn Struct Reference

Table column descriptor. More...

#include <RADAppKit.h>

Public Attributes

std::string id
 Stable id. More...
 
std::string title
 Display title. More...
 
double width = 120.0
 Width in logical pixels. More...
 
bool sortable = true
 Whether sort is allowed. More...
 

Detailed Description

Table column descriptor.

Member Data Documentation

◆ id

std::string RADUi::TableColumn::id

Stable id.

◆ sortable

bool RADUi::TableColumn::sortable = true

Whether sort is allowed.

◆ title

std::string RADUi::TableColumn::title

Display title.

◆ width

double RADUi::TableColumn::width = 120.0

Width in logical pixels.


The documentation for this struct was generated from the following file: