I am new to programming, i am having a html page with 5 columns and 20 rows and an input field above the table. When i search for a date from the table, the result should be in a table format. See the example below.
chandru, chandu | george, john | ohn, chandu | james, jones | Gita, sham | ________________________________________________________________________________ Ramu, gopi | rekha, swathi | Arun, venu | Venu, chandu | prem, ravi, ramu | ________________________________________________________________________________ ... | ... | ... | ... |.... | ________________________________________________________________________________
When ever i search for the word "chandu", the result should be in below table format:
chandru, chandu | ohn, chandu | Venu, chandu |
The result should form in a table of 5 columns, if the search result is more than 5, it should align in 2nd row...
Please bare with my english and please provide with complete code...