Skip to content

Commit

Permalink
reimplement cell editing abstraction. Now TextEditor <textarea> is …
Browse files Browse the repository at this point in the history
…decoupled from cell selection and copy/paste keyboard handling; upgrade Bootstrap Typeahead to v2.3.0
  • Loading branch information
warpech committed Feb 25, 2013
1 parent 3ebed1d commit 14e4cc1
Show file tree
Hide file tree
Showing 23 changed files with 2,334 additions and 1,615 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = function (grunt) {
'src/3rdparty/jquery.autoresize.js',
'src/3rdparty/sheetclip.js',
'src/3rdparty/walkontable.js',
'src/3rdparty/copypaste.js',

'src/outro.js'
],
Expand Down
5 changes: 3 additions & 2 deletions dist/jquery.handsontable.full.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Handsontable 0.8.5
* Handsontable <json:package.json>
* Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs
*
* Copyright 2012, Marcin Warpechowski
* Licensed under the MIT license.
* http://handsontable.com/
*
* Date: Wed Feb 20 2013 11:18:51 GMT+0100 (Central European Standard Time)
* Date: Mon Feb 25 2013 13:24:19 GMT+0100 (Central European Standard Time)
*/

.handsontable {
Expand Down Expand Up @@ -36,6 +36,7 @@
border-width: 0;
table-layout: fixed;
width: 0;
outline-width: 0;
}

.handsontable col {
Expand Down
Loading

0 comments on commit 14e4cc1

Please sign in to comment.