Hi , is the footer of the datatable footer be possible to set it’s content dynamically ?
table.getColumnConfig(column_id).footer[0].text = "New value"
table.refreshColumns();
thanks. it works.
Hi , is the footer of the datatable footer be possible to set it’s content dynamically ?
table.getColumnConfig(column_id).footer[0].text = "New value"
table.refreshColumns();
thanks. it works.