datatables.net-keytable-se 3.0.0-beta.1

This is a prerelease version of datatables.net-keytable-se.
dotnet add package datatables.net-keytable-se --version 3.0.0-beta.1
                    
NuGet\Install-Package datatables.net-keytable-se -Version 3.0.0-beta.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="datatables.net-keytable-se" Version="3.0.0-beta.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="datatables.net-keytable-se" Version="3.0.0-beta.1" />
                    
Directory.Packages.props
<PackageReference Include="datatables.net-keytable-se" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add datatables.net-keytable-se --version 3.0.0-beta.1
                    
#r "nuget: datatables.net-keytable-se, 3.0.0-beta.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package datatables.net-keytable-se@3.0.0-beta.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=datatables.net-keytable-se&version=3.0.0-beta.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=datatables.net-keytable-se&version=3.0.0-beta.1&prerelease
                    
Install as a Cake Tool

KeyTable for DataTables with styling for SemanticUI

This is the distribution package for the KeyTable extension for DataTables with styling for SemanticUI.

KeyTable allows you to use keyboard navigation on a DataTables enhanced table, like an Excel spreadsheet - a cell shows a focus outline which can be moved using the keyboard or mouse operations. This can be particularly useful in an editable table that uses Editor allowing end users to update data very quickly.

Installation

Browser

To use DataTables with a simple <script> tag, rather than using this package, it is recommended that you use the DataTables download builder which can create CDN or locally hosted packages for you, will all dependencies satisfied.

npm

For installation via npm, yarn and other similar package managers, install this package with your package manager - e.g.:

npm install datatables.net-se
npm install datatables.net-keytable-se

Then, to load and initialise the software in your code use:

import DataTable from 'datatables.net-se';
import 'datatables.net-keytable-se'

new DataTable('#myTable', {
    // initialisation options
});

Documentation

Full documentation and examples for KeyTable can be found on the DataTables website.

Bug / Support

Support for DataTables is available through the DataTables forums and commercial support options are available.

Contributing

If you are thinking of contributing code to DataTables, first of all, thank you! All fixes, patches and enhancements to DataTables are very warmly welcomed. This repository is a distribution repo, so patches and issues sent to this repo will not be accepted. Instead, please direct pull requests to the DataTables/KeyTable. For issues / bugs, please direct your questions to the DataTables forums.

License

This software is released under the MIT license. You are free to use, modify and distribute this software, but all copyright information must remain.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
3.0.0-beta.1 113 4/7/2026
2.12.2 469 11/14/2025
2.12.1 533 5/28/2024
2.12.0 550 2/15/2024
2.11.0 751 11/3/2023
2.10.0 607 7/4/2023
2.9.0 637 5/1/2023
2.8.2 693 3/10/2023
2.8.1 740 2/7/2023
2.8.0 883 11/7/2022
2.7.0 892 5/12/2022
2.6.4 837 8/25/2021
2.6.3 789 8/25/2021
2.6.0 815 2/5/2021
2.5.2 952 8/25/2020