Message Boards Message Boards

1
|
8760 Views
|
6 Replies
|
5 Total Likes
View groups...
Share
Share this post:

[?] Increase the number of rows displayed by Dataset?

Is it possible to increase the number of rows (records) displayed by Dataset? By default, only the first few rows are displayed. Which, in many cases, is fine. Especially for large datasets. However, there are often occasions when the dataset I'm working with is of moderate size and I want to display all of it. At present, I'm resorting to using Grid, but this adds work so I'd like to avoid if possible. Any suggestions would be much appreciated.

POSTED BY: Ian Williams
6 Replies
Posted 1 month ago
Dataset[myDataset, MaxItems -> All]
POSTED BY: Yvan Abbe

Thanks very much, that does the job.

POSTED BY: Ian Williams
Posted 5 years ago

You can increase the default value by setting the new value for the command [for e.g. this will show 40 rows of the dataset]:

Dataset`$DatasetTargetRowCount = 40
POSTED BY: Girish Arabale

Great answer - many thanks for sharing! But where on Earth did you find this?

POSTED BY: Henrik Schachner

That particular features is described on "Dataset" help page, in the sub-section "Examples -> Possible issues".

POSTED BY: Victor Kryukov

Many thanks !!!

POSTED BY: Henrik Schachner
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract