<div dir="ltr">Hi,<div>I need to pass two values in the link generated from the table.Column as shown below.</div><div><br></div><div><div><br></div><div>class DatasourcesTablesTable(tables.DataTable):</div><div>    data_source = tables.Column("column1", verbose_name=_("Column1"))</div><div>    id = tables.Column("id", verbose_name=_("ID"),</div><div>                       link="horizon:admin:path1:path2:rows_table" )</div></div><div><br></div><div> The existing link gets value of "id" in kwargs</div><div>Also need to pass value of "column1".</div><div><br></div><div>Any pointers on how this can be done would be helpful</div><div><br></div><div>Thanks</div><div>Rajdeep</div></div>