mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
* Fixes #1434. Regenerating the docs. * Fixing warnings on docs regeneration and improving.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<title>Table View </title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Table View ">
|
||||
<meta name="generator" content="docfx 2.58.5.0">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
<p>This control supports viewing and editing tabular data. It provides a view of a <a href="https://docs.microsoft.com/en-us/dotnet/api/system.data.datatable?view=net-5.0">System.DataTable</a>.</p>
|
||||
<p>System.DataTable is a core class of .net standard and can be created very easily</p>
|
||||
<p><a href="api/Terminal.Gui/Terminal.Gui.TableView.html">TableView API Reference</a></p>
|
||||
<p><a href="/api/Terminal.Gui/Terminal.Gui.TableView.html">TableView API Reference</a></p>
|
||||
<h2 id="csv-example">Csv Example</h2>
|
||||
<p>You can create a DataTable from a CSV file by creating a new instance and adding columns and rows as you read them. For a robust solution however you might want to look into a CSV parser library that deals with escaping, multi line rows etc.</p>
|
||||
<pre><code class="lang-csharp">var dt = new DataTable();
|
||||
@@ -114,10 +114,6 @@ tableView.Table = yourDataTable;
|
||||
|
||||
<div class="hidden-sm col-md-2" role="complementary">
|
||||
<div class="sideaffix">
|
||||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||||
<h5>In This Article</h5>
|
||||
<div></div>
|
||||
|
||||
Reference in New Issue
Block a user