Demo UI Listing Tables

Repo:

https://github.com/serhii-chernenko/magento2-ui-tables

Ideas & Advantages:

  • The tables component allows to display data from a data source in a tabular form.
  • You can add new or disable existing additional components such as search, amount, and pagination.
  • You can extend any components to rewrite methods to add custom logic based on the already existing.
  • You can flexibly specify what kind of columns have to be displayed.
  • Check the mobile view to find additional features like columns title, merging, and others.
  • Columns could be optionally sorted.
  • If API supports the `select` param, only the specified columns will be fetched from API to make the response size less.
  • You can reuse the same component but with difference options for components from XML.

Todo:

  • Remove link
  • View link
  • Details page for a specified item (Controller, Block class, XML examples, UI components, Knockout templates)

Dummyjson service:

https://dummyjson.com/

Copyright © 2013-present Magento, Inc. All rights reserved.