This is my prwan code table1 = [["Time duration selected", "Driving Time", "Stop Time", "Productivity", "Stop Count", "Max Speed (km/h)", "Average Speed (km/h)", "Distance Travelled (km)"]]
table(table1)
This code creates a row.. But i need to specify column width here... so how to set the column width?