Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample für Tabellen mit horizontalem Scrollen #6723

Merged

Conversation

Makko74
Copy link
Contributor

@Makko74 Makko74 commented Aug 12, 2024

Refs: #6718

Copy link
Contributor

github-actions bot commented Aug 12, 2024

@Makko74 Makko74 self-assigned this Aug 12, 2024
@Makko74 Makko74 requested a review from deleonio August 12, 2024 12:53
Copy link
Contributor

@deleonio deleonio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Makko74,
sehr anschauliches Beispiel - vielen Dank.

Wir möchten gerne, dass das ganze Sample in einer TSX-Datei ist.
Bei den Daten möchten wir gerne lieber Tier, Pflanzen oder Natur-Daten haben. Bitte keine personenbezogenen Daten im Beispiel verwenden.

@deleonio deleonio added the nok PR is not okay. label Aug 13, 2024
@laske185
Copy link
Contributor

Ich habe mal einen Beispieldatensatz generieren lassen. 50 Einträge bei einer Seitengröße von 10 sollten auch genügen.

[
  {
    "name": "Elephant",
    "species": "Loxodonta",
    "habitat": "Savannah",
    "diet": "Herbivore",
    "lifespan": 60
  },
  {
    "name": "Tiger",
    "species": "Panthera tigris",
    "habitat": "Forest",
    "diet": "Carnivore",
    "lifespan": 20
  },
  {
    "name": "Kangaroo",
    "species": "Macropus",
    "habitat": "Grassland",
    "diet": "Herbivore",
    "lifespan": 23
  },
  {
    "name": "Penguin",
    "species": "Aptenodytes forsteri",
    "habitat": "Antarctica",
    "diet": "Carnivore",
    "lifespan": 20
  },
  {
    "name": "Giraffe",
    "species": "Giraffa camelopardalis",
    "habitat": "Savannah",
    "diet": "Herbivore",
    "lifespan": 25
  },
  {
    "name": "Panda",
    "species": "Ailuropoda melanoleuca",
    "habitat": "Forest",
    "diet": "Herbivore",
    "lifespan": 20
  },
  {
    "name": "Dolphin",
    "species": "Delphinus delphis",
    "habitat": "Ocean",
    "diet": "Carnivore",
    "lifespan": 40
  },
  {
    "name": "Eagle",
    "species": "Aquila chrysaetos",
    "habitat": "Mountains",
    "diet": "Carnivore",
    "lifespan": 30
  },
  {
    "name": "Koala",
    "species": "Phascolarctos cinereus",
    "habitat": "Forest",
    "diet": "Herbivore",
    "lifespan": 18
  },
  {
    "name": "Lion",
    "species": "Panthera leo",
    "habitat": "Savannah",
    "diet": "Carnivore",
    "lifespan": 15
  },
  {
    "name": "Zebra",
    "species": "Equus quagga",
    "habitat": "Savannah",
    "diet": "Herbivore",
    "lifespan": 25
  },
  {
    "name": "Wolf",
    "species": "Canis lupus",
    "habitat": "Forest",
    "diet": "Carnivore",
    "lifespan": 14
  },
  {
    "name": "Cheetah",
    "species": "Acinonyx jubatus",
    "habitat": "Savannah",
    "diet": "Carnivore",
    "lifespan": 12
  },
  {
    "name": "Polar Bear",
    "species": "Ursus maritimus",
    "habitat": "Arctic",
    "diet": "Carnivore",
    "lifespan": 25
  },
  {
    "name": "Rhinoceros",
    "species": "Rhinocerotidae",
    "habitat": "Savannah",
    "diet": "Herbivore",
    "lifespan": 40
  },
  {
    "name": "Hippopotamus",
    "species": "Hippopotamus amphibius",
    "habitat": "Rivers",
    "diet": "Herbivore",
    "lifespan": 45
  },
  {
    "name": "Chimpanzee",
    "species": "Pan troglodytes",
    "habitat": "Forest",
    "diet": "Omnivore",
    "lifespan": 50
  },
  {
    "name": "Orangutan",
    "species": "Pongo",
    "habitat": "Forest",
    "diet": "Omnivore",
    "lifespan": 45
  },
  {
    "name": "Leopard",
    "species": "Panthera pardus",
    "habitat": "Forest",
    "diet": "Carnivore",
    "lifespan": 17
  },
  {
    "name": "Hyena",
    "species": "Hyaenidae",
    "habitat": "Savannah",
    "diet": "Carnivore",
    "lifespan": 25
  },
  {
    "name": "Crocodile",
    "species": "Crocodylidae",
    "habitat": "Rivers",
    "diet": "Carnivore",
    "lifespan": 70
  },
  {
    "name": "Alligator",
    "species": "Alligatoridae",
    "habitat": "Swamps",
    "diet": "Carnivore",
    "lifespan": 50
  },
  {
    "name": "Ostrich",
    "species": "Struthio camelus",
    "habitat": "Savannah",
    "diet": "Omnivore",
    "lifespan": 40
  },
  {
    "name": "Flamingo",
    "species": "Phoenicopterus",
    "habitat": "Lakes",
    "diet": "Omnivore",
    "lifespan": 30
  },
  {
    "name": "Peacock",
    "species": "Pavo cristatus",
    "habitat": "Forest",
    "diet": "Omnivore",
    "lifespan": 20
  },
  {
    "name": "Parrot",
    "species": "Psittaciformes",
    "habitat": "Forest",
    "diet": "Omnivore",
    "lifespan": 50
  },
  {
    "name": "Toucan",
    "species": "Ramphastidae",
    "habitat": "Forest",
    "diet": "Omnivore",
    "lifespan": 20
  },
  {
    "name": "Sloth",
    "species": "Folivora",
    "habitat": "Forest",
    "diet": "Herbivore",
    "lifespan": 30
  },
  {
    "name": "Armadillo",
    "species": "Dasypodidae",
    "habitat": "Grassland",
    "diet": "Omnivore",
    "lifespan": 15
  },
  {
    "name": "Anteater",
    "species": "Myrmecophaga tridactyla",
    "habitat": "Forest",
    "diet": "Insectivore",
    "lifespan": 14
  },
  {
    "name": "Bat",
    "species": "Chiroptera",
    "habitat": "Caves",
    "diet": "Omnivore",
    "lifespan": 20
  },
  {
    "name": "Otter",
    "species": "Lutrinae",
    "habitat": "Rivers",
    "diet": "Carnivore",
    "lifespan": 16
  },
  {
    "name": "Beaver",
    "species": "Castor",
    "habitat": "Rivers",
    "diet": "Herbivore",
    "lifespan": 24
  },
  {
    "name": "Moose",
    "species": "Alces alces",
    "habitat": "Forest",
    "diet": "Herbivore",
    "lifespan": 20
  },
  {
    "name": "Deer",
    "species": "Cervidae",
    "habitat": "Forest",
    "diet": "Herbivore",
    "lifespan": 20
  },
  {
    "name": "Bison",
    "species": "Bison bison",
    "habitat": "Grassland",
    "diet": "Herbivore",
    "lifespan": 20
  },
  {
    "name": "Buffalo",
    "species": "Syncerus caffer",
    "habitat": "Savannah",
    "diet": "Herbivore",
    "lifespan": 25
  },
  {
    "name": "Camel",
    "species": "Camelus",
    "habitat": "Desert",
    "diet": "Herbivore",
    "lifespan": 50
  },
  {
    "name": "Llama",
    "species": "Lama glama",
    "habitat": "Mountains",
    "diet": "Herbivore",
    "lifespan": 20
  },
  {
    "name": "Alpaca",
    "species": "Vicugna pacos",
    "habitat": "Mountains",
    "diet": "Herbivore",
    "lifespan": 20
  },
  {
    "name": "Goat",
    "species": "Capra aegagrus hircus",
    "habitat": "Mountains",
    "diet": "Herbivore",
    "lifespan": 18
  },
  {
    "name": "Sheep",
    "species": "Ovis aries",
    "habitat": "Grassland",
    "diet": "Herbivore",
    "lifespan": 12
  },
  {
    "name": "Cow",
    "species": "Bos taurus",
    "habitat": "Grassland",
    "diet": "Herbivore",
    "lifespan": 20
  },
  {
    "name": "Pig",
    "species": "Sus scrofa domesticus",
    "habitat": "Farm",
    "diet": "Omnivore",
    "lifespan": 15
  },
  {
    "name": "Chicken",
    "species": "Gallus gallus domesticus",
    "habitat": "Farm",
    "diet": "Omnivore",
    "lifespan": 10
  }
]

@laske185 laske185 linked an issue Aug 13, 2024 that may be closed by this pull request
5 tasks
…izontalem-scrollen

Signed-off-by: Makko74 <marco.leithold@iso-gruppe.com>
@deleonio deleonio enabled auto-merge August 28, 2024 06:05
@deleonio
Copy link
Contributor

@laske185 bitte noch einmal nach reviewn, danke.

@deleonio deleonio removed the nok PR is not okay. label Aug 28, 2024
@deleonio deleonio merged commit 8768233 into develop Aug 28, 2024
5 checks passed
@deleonio deleonio deleted the feature/6718-sample-fuer-tabellen-mit-horizontalem-scrollen branch August 28, 2024 09:23
@github-actions github-actions bot locked and limited conversation to collaborators Aug 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sample für Tabellen mit horizontalem Scrollen
3 participants