Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
serikshaikamalov committed Jul 3, 2024
1 parent 8d865d6 commit c335fb8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Key Features of WYSIWYG:

## Table component

Demo: [Reusable table component](https://serikshaikamalov.github.io/lit-components/examples/app-table/index.html)

This reusable table component is simple and can be expanded with additional features like sorting, filtering, and pagination. The component is designed to be flexible, allowing it to be used in various parts of an application with different data sets and columns.

- Desktop view
<img width="1440" alt="image" src="https://github.com/serikshaikamalov/lit-components/assets/11631958/e3434624-fdf1-4523-b46d-3d82fbf74b94">

Expand All @@ -24,7 +28,7 @@ Key Features of WYSIWYG:
1. The component requires two properties:

- columnConfig. This is representaion of your entity.
- data. List of data that should be displayed in a table
- data. List of data that should be displayed in table

## Full example:

Expand Down

0 comments on commit c335fb8

Please sign in to comment.