Using JQuery DataTables Give Ability to Add New Row For Data Entry
Project details
I am attempting to add a row for Data Entry on button click using JQuery DataTables.
This is my syntax and the error I get…can someone resolve?
DataTables warning: table id=tblARS – Requested unknown parameter ‘storeNumber’ for row 211, column 0. For more information about this error, please see
$(‘#AddRow’).click(function () {
var AddCount = -1;
AddCount = AddCount + 1;
([‘<input type=”text” id=”storeNumber’ + AddCount + ‘” name=”storeNumber’ + AddCount + ‘” value=””>’, ‘<input type=”text” id=”storeName’ + AddCount + ‘”name=”storeName=”‘ + AddCount + ‘” value=””>’, ‘<input type=”text” id=”activeStore’ + AddCount + ‘”name=”activeStore=”‘ + AddCount + ‘” value=””>’]).draw(false);
return false;
});
Awarded to:

Pankaj S.
(5.0)
Awarded to:

Pankaj S.
(5.0)
Project details
This is my syntax and the error I get…can someone resolve?
DataTables warning: table id=tblARS – Requested unknown parameter ‘storeNumber’ for row 211, column 0. For more information about this error, please see
$(‘#AddRow’).click(function () {
var AddCount = -1;
AddCount = AddCount + 1;
([‘<input type=”text” id=”storeNumber’ + AddCount + ‘” name=”storeNumber’ + AddCount + ‘” value=””>’, ‘<input type=”text” id=”storeName’ + AddCount + ‘”name=”storeName=”‘ + AddCount + ‘” value=””>’, ‘<input type=”text” id=”activeStore’ + AddCount + ‘”name=”activeStore=”‘ + AddCount + ‘” value=””>’]).draw(false);
return false;
});
skills of Pankaj S.
skill ? | level ? | projects ? | ||
---|---|---|---|---|
CakePHP |
36%
|
5 | ||
Codeigniter |
35%
|
10 | ||
Elementor |
35%
|
1 | ||
WordPress Multilingual |
35%
|
1 | ||
WordPress Plugin |
35%
|
1 | ||
WordPress Design |
35%
|
1 | ||
WordPress |
35%
|
36 | ||
Web Development |
35%
|
5 | ||
WooCommerce |
35%
|
10 | ||
Website Design |
35%
|
16 | ||
CSS |
35%
|
21 | ||
MySQL |
35%
|
16 | ||
PHP |
35%
|
47 | ||
jQuery / Prototype |
35%
|
5 | ||
HTML |
35%
|
42 | ||
XHTML |
35%
|
1 | ||
Javascript ES6 |
34%
|
1 | ||
CSS3 |
34%
|
1 | ||
Website Build |
34%
|
1 | ||
Software Development |
34%
|
1 | ||
Open Cart |
34%
|
5 | ||
ES8 Javascript |
34%
|
1 | ||
HTML5 |
34%
|
1 | ||
Software Architecture |
34%
|
5 | ||
JavaScript |
34%
|
5 | ||
Landing Pages |
34%
|
1 |