Delete rows from table

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.

Thanks!

1 Like

Hi @posey22,

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?

Thanks!

1 Like

Hi @nthmost …can u pls help me in this?

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 ?

This is how the file looks like:

Table being displayed is:

Like in this image, file contains text in separate lines but its showing all together and it not properly readable

Thanks in advance!