HandsonTable provides different types of formatting options like Conditional formatting, Customizing borders, Highlighting selection & Mobiles and tablets.
1. Initialize the plugin by referencing the necessary files:
<script src="handsontable.full.js"></script>
<link rel="stylesheet" type="text/css" href="handsontable.full.min.css">
2. Call the DataTable-function after the page has loaded
hotMobilesTablets = new Handsontable(containerMobilesTablets, {
data: Handsontable.helper.createSpreadsheetData(100, 100),
rowHeaders: true,
colHeaders: true,
fixedRowsTop: 2,
fixedColumnsLeft: 2
});
Refer following links for detailed documentation, configuration options, methods and examples:
Type | URL | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Template Page | http://demo.pixinvent.com/robust-admin/ltr/vertical-menu-template/handson-table-appearance.html | ||||||||||
Plugin Link |
https://handsontable.com/
|
HandsonTable provides rows and columns feather like scrolling, fixing, resizing & moving.
Refer following links for detailed documentation, configuration options, methods and examples:
Type | URL |
---|---|
Template Page | http://demo.pixinvent.com/robust-admin/ltr/vertical-menu-template/handson-table-rows-columns.html |
Plugin Link |
Cell renderers can be used to present the template values for empty rows.
Refer following links for detailed documentation, configuration options, methods and examples:
Type | URL | ||||
---|---|---|---|---|---|
Template Page | http://demo.pixinvent.com/robust-admin/ltr/vertical-menu-template/handson-table-rows-only.html | ||||
Plugin Link |
|
HandsonTable provides columns Stretching & Freezing options.
Refer following links for detailed documentation, configuration options, methods and examples:
Type | URL | ||||||
---|---|---|---|---|---|---|---|
Template Page | http://demo.pixinvent.com/robust-admin/ltr/vertical-menu-template/handson-table-columns-only.html | ||||||
Plugin Link |
|
HandsonTable provides Data operations options like Sorting, Paginating & Searching.
Refer following links for detailed documentation, configuration options, methods and examples:
Type | URL |
---|---|
Template Page | http://demo.pixinvent.com/robust-admin/ltr/vertical-menu-template/handson-table-data-operations.html |
Plugin Link |
HandsonTable provides cell features like Data validation, Drag down, Merged cells, Alignment, Read-only & Disabled editing.
Refer following links for detailed documentation, configuration options, methods and examples:
Type | URL | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Template Page | http://demo.pixinvent.com/robust-admin/ltr/vertical-menu-template/handson-table-cell-features.html | ||||||||||||||
Plugin Link |
|
HandsonTable support almost all kind of cell types i.e numeric, time, date, checkbox, select, dropdowns & password etc..
Refer following links for detailed documentation, configuration options, methods and examples:
HandsonTable provides integrations support with jQuery, ChromaJS, Bootstrap & BackboneJS.
Refer following links for detailed documentation, configuration options, methods and examples:
Type | URL | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Template Page | http://demo.pixinvent.com/robust-admin/ltr/vertical-menu-template/handson-table-integrations.html | ||||||||||||
Plugin Link |
|
HandsonTable also provides utilities like context menu, custom buttons & comments.
Refer following links for detailed documentation, configuration options, methods and examples:
Type | URL | ||||||||
---|---|---|---|---|---|---|---|---|---|
Template Page | http://demo.pixinvent.com/robust-admin/ltr/vertical-menu-template/handson-table-integrations.html | ||||||||
Plugin Link |
|