Open mayurpande opened 6 years ago
Is some thing like this valid;
products = [{ 'Name' : { company['Company Name'] } , 'checkbox' : <input type='checkbox' checked={company.selected} onChange={() => company.selected ? deselectCompany(company.id) : selectCompany(company.id)} /> }]
@mayurpande hello, we don't support the scrollable table right now, will consider to implement it.
@AllenFang ah ok, nevermind, I may use the old version for now then. Is this the correct way that I have set it up?
@mayurpande sure, you can use old one, but I already didn't maintain the old one. But I think old one is still stable :)
How would I convert a normal table into it a scrollable table?
My current table is as follows;