can i count columns and rows in html table and give colspan specific column to adjust table
Here is my PHP function, and json i am reading
While reading json i am caculating rowspan , but could not calculate colspan dynamically, thats why table is not alliging columns properly.
Need a jquery function to auto add colspan to a column which is needed to be added. or in function i can caculate colspan.