Hello-I want to make a group of table columns to calculate the following;
i.e., 20 (integer ) + 5 (integer) / 4.5 (one-digit decimal number) = 5.6 (rounded up one-digit decimal number)
Could you show me how to set the CSS class for each column and the JavaScript to achieve this formula.
Thank You,