Closed fernandomacho closed 7 months ago
+1
Actually this was changed due to feedback from the survey, many users complained that the could not copy data from the table without opening the edit modal, since it always opened with a single click (not double click).
I will think about ways to improve this for both sides.
Maybe the solution might be to put the buttons on the left, instead of the right? or add event on right click?
+1
Out of curiosity, why is editing such a big usecase for you? In my experience you usually index data from an existing database or ingest logs. I have never worked with an elasticsearch deployment where i would manually edit documents.
+1 too
To answer your question @cars10 , my use case is that the documents indexed in my es indexes are quite big, so browsing its data using the horizontal scroll is quite tedious, while visualizing my documents in the modal with a json formatting is much more easy for me.
+1 I just want to open the record and see the data.
+1
Open, view, copy information .... edit on error ....
I have just published 1.0.6
, you can double click a row to open the edit modal. It might take a while until the browser extensions are updated.
In previous versions, double-clicking on a document opened its editing modal. In this version to edit a document you have to scroll to the right and click on the pencil. If the document has many attributes it is very inefficient.