Add_rows() is spectacular and gets the job done wonderfully for adding rows to an existing table. Is there a way to do the equivalent action with delete and remove rows from the table?
Currently I have a delete for my db but then the user has to refresh the page to view the updated table with rows deleted.
Interesting thought! There is not currently a “delete rows” feature. I have added this as a feature suggestion – would you mind commenting on this to flesh out how you see this working from a user interface perspective?
I want to display a csv/excel file exactly as it is in a table format. The file contains some bullet points(with bullet marks also) in each cell which are separately written in new lines and the cells are wrapped.
Right now, when I am displaying that using table,
1)it is unable to show the points in separate lines, it is merging lines and is not properly readable as its getting messed up.
2)The bold dot marks to represent bullet point is being shown as ‘?’
3) Can I have the column names cells to be coloured ?