diff --git a/tutorials/cell-editor.html b/tutorials/cell-editor.html index 2108306..dad6c31 100644 --- a/tutorials/cell-editor.html +++ b/tutorials/cell-editor.html @@ -384,19 +384,10 @@
<select
}
Task two: DONE
<select>
with optionsIn the previous step we implemented a function that crates <select>
input and attaches it to DOM.
- You've probably noticed
- that we haven't written any code that would create <option>
elements, therefore if we would
- display the list, it would be
- empty.
We want to be able to define an option list like so:
-=======In the previous step we implemented a function that creates the <select>
input and attaches it to the DOM.
You probably noticed that we haven't written any code that would create the <option>
elements, therefore if we
displayed the list, it would be empty.
We want to be able to define an option list like this:
->>>>>>> c73a08268af5d4cd9aeaeb4fc8697e2701fe1d00var hot = new Handsontable(document.getElementById('container'), {
data: someData,
columns: [