Datatable dynamic value for columnwidth?
-
I know that the DataTable component is being rewritten, but I was wondering if there is now, or will be in the next version, a way to make the required width value of a column dynamic. So for example, if I detect an iPad I could make a column width 15%, but if I detect desktop I could make it 25%. I can set this value in my data (like
colwidth: calculatedvalue
) but the column def will not work withthis.colwidth
. Any suggestions? -
Width is no longer required on the revamp.
-
ok thanks…and the DataTable revamp (or beta to test) will be available when?