There isn't an API for this - however you can do it simply by using DOM manipulation. Just alter the ".style.width" for the columns as you require using normal DOM methods. DataTables won't mind about this as it only sets the column width once - at initialisation time.
Replies
There isn't an API for this - however you can do it simply by using DOM manipulation. Just alter the ".style.width" for the columns as you require using normal DOM methods. DataTables won't mind about this as it only sets the column width once - at initialisation time.
Regards,
Allan