I am currently using the beta table from bubble. What I like about it is that each column can contain elements and groups. For example I display the default data in the cell, but have the capability for the user to directly change the data using a dropdown in the cell. Dropdowns dont have wordwrap, so once the data is entered, the dropdown is hidden and an input is used to wordwrap the text.
In another cell I have a repeating group of input items (basically children of the row) that are all directly bound to their source and can be added/deleted/modified directly in the row.
the few plugins I have tried want the data to be bound directly to the column (the excel and data grid from zeroqode). So you cant edit the data inline and you cant have elements or repeating groups to display nested data
I also want to be able to do all the normal stuff:
search
resize columns
sort by a column
export to a CSV
I like the bubble beta table functionality, but it is lacking search/sort/resize