Function diwata_intel::data_read::get_lookup_data_of_table_with_display_columns[][src]

pub fn get_lookup_data_of_table_with_display_columns(
    _em: &EntityManager,
    dm: &RecordManager,
    tables: &Vec<Table>,
    table_name: &TableName,
    display_columns: &Vec<&ColumnName>,
    page_size: u32,
    page: u32
) -> Result<Rows, IntelError>

get the data of this table, no joins since it is only used as lookup from some other table record_id is the value that is selected in the lookup ensure that the value is included in the first page this table must have it's own window too