This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update R YAML metadata for dash-table (#669)
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
pkg_help_description: > | ||
Dash DataTable is an interactive table component designed for | ||
designed for viewing, editing, and exploring large datasets. | ||
DataTable is rendered with standard, semantic HTML <table/> markup, | ||
which makes it accessible, responsive, and easy to style. This | ||
component was written from scratch in React.js specifically for the | ||
Dash community. Its API was designed to be ergonomic and its behaviour | ||
is completely customizable through its properties. | ||
pkg_help_title: > | ||
pkg_help_description: >- | ||
An interactive table component designed for editing and exploring | ||
large datasets, DataTable is rendered with standard, semantic HTML | ||
<table/> markup, which makes it accessible, responsive, and easy | ||
to style. This component was written from scratch in React.js | ||
specifically for the Dash community. Its API was designed to be | ||
ergonomic and its behaviour is completely customizable through its | ||
properties. | ||
pkg_help_title: >- | ||
Core Interactive Table Component for Dash |