Hello all, doing research and trying to see if Handonstable will fit my needs. Docs are a little hard for me to follow…so I’m asking here to see if this table supports the following features
-
Column picker: I see that there is a HiddenColumns plugin but what I’m wondering if it is possible for a user to select which columns they can see? http://jsfiddle.net/mikemsq/2586p/18/
-
Copy/Paste: Is it possible to modify the data before being placed in the clipboard? When Copy/Pasting the data is pasted as-is without any commas or spacing. Is it possible to do something like add commas between cells before being placed in the clipboard?
-
Persistence of how the table has been set up? If customized columns are allowed (from #1) is it possible to get this data serialized somehow to store it in LocalStorage or something similar?
-
Access deeply nested data: If I have a json object where the data resides n-levels deep, is it possible to access that nested data directly?
-
Ability to dynamically add data: We do a request/websocket-stream to get data from our backend. Is it possible to add this data and have the table update?
Thanks all!
.nathan.