Value of the table column with comma need to be separated while showing separated data in a view
问题 I am being working on a project where i have a value in table with column "teams" and on that column i have one record with data like this "India, Nepal, Pakistan, Singapore". In a view page i need to show the column "teams" with one value in a row. Like this: <select name="tournament_team" class="form-control" > <option value=''>--- Select Team ---</option> <option value='india'>India</option> <option value='nepal'>Nepal</option> <option value='pakistan'>Pakistan</option> <option value=