pldn / LDWizard

🧙 LDWizard: A generic framework for simplifying the creation of linked data. Supported by the PLDN community.
European Union Public License 1.2
13 stars 7 forks source link

Sampling of rows in configure step #22

Closed rlzijdeman closed 1 year ago

rlzijdeman commented 4 years ago
wouterbeek commented 4 years ago

@rlzijdeman Should this be automatic or initiated by the user? If this is automatic then the process becomes less repeatable/predictable to some beginning users. If this is a user-involved action that we must think of how to display and communicate this feature in the GUI.

rlzijdeman commented 4 years ago

hmmm... you're right about the predictable part @wouterbeek . okay, then maybe this:

The reason I wrote this down, is that the first 10 rows do not always give a good impression of all of the data at hand, and people want to 'scroll' their data.

GerwinBosch commented 4 years ago

Since we load in the full CSV in memory anyway, we could use a virtualized table to show the full CSV without a large impact on the layout and rendering

philipperenzen commented 1 year ago

Instead of a random record view, a paginated alternative has been proposed in the pull request - where the user can 'page' through the records, additionally, the user can select the number of records shown per page.