Skip to content

Commit

Permalink
Added custom cell renderer to TablePanel, fixed #2
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Apr 8, 2020
1 parent 56353b8 commit 5575d10
Show file tree
Hide file tree
Showing 12 changed files with 27,616 additions and 23,529 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -44,6 +44,12 @@ the proper dependency resolver to your `build.sbt` settings:
resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
```

### How to use it

* [TablePanelDemo](showcase/src/main/scala/scommons/client/showcase/table/TablePanelDemo.scala) => [tests](showcase/src/test/scala/scommons/client/showcase/table/TablePanelDemoSpec.scala)
* [SimpleTablePanel](showcase/src/main/scala/scommons/client/showcase/table/SimpleTablePanel.scala) => [tests](showcase/src/test/scala/scommons/client/showcase/table/SimpleTablePanelSpec.scala)
* [CustomTablePanel](showcase/src/main/scala/scommons/client/showcase/table/CustomTablePanel.scala) => [tests](showcase/src/test/scala/scommons/client/showcase/table/CustomTablePanelSpec.scala)

### How to Build

To build and run all the tests use the following command:
Expand Down

0 comments on commit 5575d10

Please sign in to comment.