# handsontable
**Repository Path**: mirrors_fis-components/handsontable
## Basic Information
- **Project Name**: handsontable
- **Description**: Fork from https://github.com/handsontable/handsontable.git
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2025-12-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Handsontable distributions
## Full distribution (recommended)
The full distribution allows you to use Handsontable by just including 2 files:
```html
```
(It may also require Pikaday and moment.js, if you're using the Datepicker for date input)
**handsontable.full.js** and **handsontable.full.css** are compiled with ___all___ the needed dependencies.
Using this has the same effect as loading all the dependencies from the Bare distribution (see below).
## Bare distribution
If you are a "Bob the Builder" kind of hacker, you will need to load Handsontable JS, CSS and their dependencies:
```html
```
**handsontable.js** and **handsontable.css** are compiled ___without___ the needed dependencies.
## Custom distribution
If you want to build your own custom Handsontable package distribution check out our [tool](https://github.com/handsontable/hot-builder) designed for this.