XPTable 1.5.0.1
See the version list below for details.
dotnet add package XPTable --version 1.5.0.1
NuGet\Install-Package XPTable -Version 1.5.0.1
<PackageReference Include="XPTable" Version="1.5.0.1" />
paket add XPTable --version 1.5.0.1
#r "nuget: XPTable, 1.5.0.1"
// Install XPTable as a Cake Addin #addin nuget:?package=XPTable&version=1.5.0.1 // Install XPTable as a Cake Tool #tool nuget:?package=XPTable&version=1.5.0.1
XP Table: Created by Mathew Hall (CodeProject), updated by adambl, at sourceforge (adarmus, lanwin, peyn), schoetbi on GitHub, and Jeoffman
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.1 | 347 | 5/14/2024 |
2.0.0 | 197 | 4/29/2024 |
1.6.1.139 | 4,203 | 7/30/2019 |
1.6.1.15 | 3,231 | 7/27/2016 |
1.6.1.13 | 1,581 | 7/27/2016 |
1.5.0.9 | 2,807 | 2/14/2016 |
1.5.0.7 | 1,280 | 2/11/2016 |
1.5.0.5 | 1,402 | 11/12/2015 |
1.5.0.4 | 1,341 | 11/2/2015 |
1.5.0.3 | 1,306 | 10/29/2015 |
1.5.0.2 | 1,294 | 10/29/2015 |
1.5.0.1 | 1,539 | 10/29/2015 |
**Ver 1.5.0
+Added customizable cell editor for any cell (overrides column type)
usage:
ComboBoxCellEditor myCustomEditor = new ComboBoxCellEditor();
myCustomEditor.Items.Add("AAA");
myCustomEditor.Items.Add("BBB");
myCustomEditor.Items.Add("CCC");
myCell.CustomEditor = myCustomEditor;
myCell.CustomRenderer = new ComboBoxCellRenderer();
+Added nuspec = getting ready for nuget