There is a column with lines in which two values are put (Yes and No), these values change dynamically for me, I want to count these words at the end of the table and at the same time, if I change the values, the output with the words is also recalculated. How to do it ? Maybe tell me the article. I want to crank the whole thing on JS, Jquery
Yes tables are stored in the database
data-id - in the cell means the line number
data-name - the name of the table column in the database
I have the editing mechanism as follows, if in the row of the table there is a class Mult, when I click on this cell with a class, I create the Select option and select a value. As soon as I select the values in the column, I want to calculate how many values I have. Yes - Count and No-Count
I found something similar that I need. An example here is counting all the words, but I need to count the specific words Yes and No.