XPTable 1.5.0.3
See the version list below for details.
dotnet add package XPTable --version 1.5.0.3
NuGet\Install-Package XPTable -Version 1.5.0.3
<PackageReference Include="XPTable" Version="1.5.0.3" />
paket add XPTable --version 1.5.0.3
#r "nuget: XPTable, 1.5.0.3"
// Install XPTable as a Cake Addin #addin nuget:?package=XPTable&version=1.5.0.3 // Install XPTable as a Cake Tool #tool nuget:?package=XPTable&version=1.5.0.3
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 | 415 | 5/14/2024 |
2.0.0 | 202 | 4/29/2024 |
1.6.1.139 | 4,315 | 7/30/2019 |
1.6.1.15 | 3,248 | 7/27/2016 |
1.6.1.13 | 1,590 | 7/27/2016 |
1.5.0.9 | 2,820 | 2/14/2016 |
1.5.0.7 | 1,289 | 2/11/2016 |
1.5.0.5 | 1,414 | 11/12/2015 |
1.5.0.4 | 1,350 | 11/2/2015 |
1.5.0.3 | 1,317 | 10/29/2015 |
1.5.0.2 | 1,304 | 10/29/2015 |
1.5.0.1 | 1,551 | 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