Table Editor
Bootstrap table editable plugin
Note: This documentation is for an older version of Bootstrap (v.4). A
newer version is available for Bootstrap 5. We recommend migrating to the latest version of our product - Material Design for
Bootstrap 5.
Go to docs v.5
To start working with the Table Editor, see the "Getting Started" tab on this page.
You can use four different types of editor:
How editors work
Editors work if you have a wrapper with class wrapper-editor
for each table and a
specific class to buttons. The modal editor needs a modal to correctly run.
Initiate function with default options.
Editor with modal
This version of the Editor allows you to add, edit and remove rows by using a modal.
Select a row and click the "Edit" button if you want to make changes in the given row. "Delete" button works the same way.
How modal editor works
See the documentation about modals.
The modal editor will work correctly if you have a wrapper with class wrapper-editor
for each table.
To initialise the display of modals during click you have to have a form with a wrapper with class modalWrapper
.
A modal editor has three modals and each modal has its own id
and data-*
and aria-*
attributes.
Every modal needs its own classes to work correctly with a plugin. Everything that you need is in a code below.
0 row selected
Name | Position | Office | Age | Start date | Salary |
---|---|---|---|---|---|
Airi Satou | Accountant | Tokyo | 33 | 2008/11/28 | $162,700 |
Angelica Ramos | Chief Executive Officer (CEO) | London | 47 | 2009/10/09 | $1,200,000 |
Ashton Cox | Junior Technical Author | San Francisco | 66 | 2009/01/12 | $86,000 |
Bradley Greer | Software Engineer | London | 41 | 2012/10/13 | $132,000 |
Brenden Wagner | Software Engineer | San Francisco | 28 | 2011/06/07 | $206,850 |
Brielle Williamson | Integration Specialist | New York | 61 | 2012/12/02 | $372,000 |
Bruno Nash | Software Engineer | London | 38 | 2011/05/03 | $163,500 |
Caesar Vance | Pre-Sales Support | New York | 21 | 2011/12/12 | $106,450 |
Cara Stevens | Sales Assistant | New York | 46 | 2011/12/06 | $145,600 |
Cedric Kelly | Senior Javascript Developer | Edinburgh | 22 | 2012/03/29 | $433,060 |
Name | Position | Office | Age | Start date | Salary |
Row Editor
This version of the Editor allows you to add, edit and remove rows by activating an editiing mode.
All operations are carried out directly on a row.
How the row editor works
The row editor is working correctly if you have a wrapper with the class wrapper-editor
for each table.
Also you need to have an empty div with classes closeByClick
and d-none
.
To initiate the display of a form you during a click you need a form with a wrapper with classes showForm
and d-none
and corect styles.
To initialise you have to have a wrapper with class button-wrapper
for buttons with properly classes for
each button like:
-
addNewColumn
-
removeColumns
-
addNewRows
Everything that you need is in the code below the table.
Name | Position | Office | Age | Start date | Salary |
---|---|---|---|---|---|
Airi Satou | Accountant | Tokyo | 33 | 2008/11/28 | $162,700 |
Angelica Ramos | Chief Executive Officer (CEO) | London | 47 | 2009/10/09 | $1,200,000 |
Ashton Cox | Junior Technical Author | San Francisco | 66 | 2009/01/12 | $86,000 |
Bradley Greer | Software Engineer | London | 41 | 2012/10/13 | $132,000 |
Brenden Wagner | Software Engineer | San Francisco | 28 | 2011/06/07 | $206,850 |
Brielle Williamson | Integration Specialist | New York | 61 | 2012/12/02 | $372,000 |
Bruno Nash | Software Engineer | London | 38 | 2011/05/03 | $163,500 |
Caesar Vance | Pre-Sales Support | New York | 21 | 2011/12/12 | $106,450 |
Cara Stevens | Sales Assistant | New York | 46 | 2011/12/06 | $145,600 |
Cedric Kelly | Senior Javascript Developer | Edinburgh | 22 | 2012/03/29 | $433,060 |
Name | Position | Office | Age | Start date | Salary |
Content Editor
The content editor has a special feature that when you click on each piece of table data it becomes editable.
This example shows how to use content editor. It's very easy to use. You have three buttons and each buttons has its own function.
The first button activates the editor and if you have an active input in some table data, after a click that button with an active id will be disabled until you click it again or when you use a sorting option.
The second button adds new table row on the first DataTable page (always). If you have an inactive editor, a new table row will be disabled.
The third button removes first table row on the first DataTable page (always) after a click or if you have selected some table data with an input field, that button will remove the selected table data with the whole table row.
Name | Position | Office | Extn. | Start date | Salary |
---|---|---|---|---|---|
Name | Position | Office | Extn. | Start date | Salary |
Airi | Accountant | Tokyo | 5407 | 2008-11-28 | $162,700 |
Angelica Ramos | Chief Executive Officer (CEO) | London | 5797 | 2009-10-09 | $1,200,000 |
Ashton Cox | Junior Technical Author | San Francisco | 1562 | 2009-01-12 | $86,000 |
Bradley Greer | Software Engineer | London | 2558 | 2012-10-13 | $132,000 |
Brenden Wagner | Software Engineer | San Francisco | 1314 | 2011-06-07 | $206,850 |
Brielle Williamson | Integration Specialist | New York | 4804 | 2012-12-02 | $372,000 |
Caesar Vance | Pre-Sales Support | New York | 8330 | 2011-12-12 | $106,450 |
Cedric Kelly | Senior Javascript Developer | Edinburgh | 6224 | 2012-03-29 | $433,060 |
Charde Marshall | Regional Director | San Francisco | 6741 | 2008-10-16 | $470,600 |
Colleen Hurst | Javascript Developer | San Francisco | 2360 | 2009-09-15 | $205,500 |
Bubble Editor
This example shows how use content bubble editor. It's very easy to use. You have three buttons and each button have its own functions.
The first button activates the editor.
The second button adds a new table row to the first DataTable page (always). If you have an inactive editor, a new table row will be disabled.
The third button remove the first table row on the first DataTable page (always) after a click or when you will have selected some table data with an input field.
Name | Position | Office | Extn. | Start date | Salary |
---|---|---|---|---|---|
Name | Position | Office | Extn. | Start date | Salary |
Airi | Accountant | Tokyo | 5407 | 2008-11-28 | $162,700 |
Angelica Ramos | Chief Executive Officer (CEO) | London | 5797 | 2009-10-09 | $1,200,000 |
Ashton Cox | Junior Technical Author | San Francisco | 1562 | 2009-01-12 | $86,000 |
Bradley Greer | Software Engineer | London | 2558 | 2012-10-13 | $132,000 |
Brenden Wagner | Software Engineer | San Francisco | 1314 | 2011-06-07 | $206,850 |
Brielle Williamson | Integration Specialist | New York | 4804 | 2012-12-02 | $372,000 |
Caesar Vance | Pre-Sales Support | New York | 8330 | 2011-12-12 | $106,450 |
Cedric Kelly | Senior Javascript Developer | Edinburgh | 6224 | 2012-03-29 | $433,060 |
Charde Marshall | Regional Director | San Francisco | 6741 | 2008-10-16 | $470,600 |
Colleen Hurst | Javascript Developer | San Francisco | 2360 | 2009-09-15 | $205,500 |
Extended columns
The defalut length of table header in Table Editor is six.
If you want to have more/fewer columns and working correctly, you have to change each value in options and you have to send instructions to each editor
Defaults header length settings:Extended columns - Modal Editor
With our Table Editor plugin you can easily have more/fewer columns in the Table Editor with Modals than in the default example (6). You just you have to do this:
- Add a new (or delete an old one)
th
inthead
. - Add a new (or delete an old one)
td
to eachtr
intbody
. - Add a new (or delete an old one) inputs in
modalAdd
andmodalEdit
.
Seven columns
0 row selected
Name | Position | Office | Age | Start date | Salary | Example |
---|---|---|---|---|---|---|
Airi Satou | Accountant | Tokyo | 33 | 2008/11/28 | $162,700 | Example |
Angelica Ramos | Chief Executive Officer (CEO) | London | 47 | 2009/10/09 | $1,200,000 | Example |
Ashton Cox | Junior Technical Author | San Francisco | 66 | 2009/01/12 | $86,000 | Example |
Bradley Greer | Software Engineer | London | 41 | 2012/10/13 | $132,000 | Example |
Brenden Wagner | Software Engineer | San Francisco | 28 | 2011/06/07 | $206,850 | Example |
Brielle Williamson | Integration Specialist | New York | 61 | 2012/12/02 | $372,000 | Example |
Bruno Nash | Software Engineer | London | 38 | 2011/05/03 | $163,500 | Example |
Caesar Vance | Pre-Sales Support | New York | 21 | 2011/12/12 | $106,450 | Example |
Cara Stevens | Sales Assistant | New York | 46 | 2011/12/06 | $145,600 | Example |
Cedric Kelly | Senior Javascript Developer | Edinburgh | 22 | 2012/03/29 | $433,060 | Example |
Name | Position | Office | Age | Start date | Salary | Example |
Fewer columns
You can easily have fewer columns.
Five columns
0 row selected
Name | Position | Office | Age | Start date |
---|---|---|---|---|
Airi Satou | Accountant | Tokyo | 33 | 2008/11/28 |
Angelica Ramos | Chief Executive Officer (CEO) | London | 47 | 2009/10/09 |
Ashton Cox | Junior Technical Author | San Francisco | 66 | 2009/01/12 |
Bradley Greer | Software Engineer | London | 41 | 2012/10/13 |
Brenden Wagner | Software Engineer | San Francisco | 28 | 2011/06/07 |
Brielle Williamson | Integration Specialist | New York | 61 | 2012/12/02 |
Bruno Nash | Software Engineer | London | 38 | 2011/05/03 |
Caesar Vance | Pre-Sales Support | New York | 21 | 2011/12/12 |
Cara Stevens | Sales Assistant | New York | 46 | 2011/12/06 |
Cedric Kelly | Senior Javascript Developer | Edinburgh | 22 | 2012/03/29 |
Name | Position | Office | Age | Start date |
Extended columns - Row Editor
With our Table Editor plugin you can easily have more/fewer columns in the Table Row Editor than the default example (6). You just have to do this:
- Add a new (or delete an old one)
th
inthead
. - Add a new (or delete an old one)
td
to eachtr
intbody
.
If you are using a variable to store your table data you have to add/delete that variables data for your exmaples.
Note: If you are using a variable to store your table data you have to add/delete that variable data for your exmaples
Note: Editors like the Content Editor and the Bubble Editor have the same dependency with more/fewer columns like the Row Editor.
Seven columns
Name | Position | Office | Age | Start date | Salary | Ex |
---|---|---|---|---|---|---|
Airi Satou | Accountant | Tokyo | 33 | 2008/11/28 | $162,700 | ExampleRow |
Angelica Ramos | Chief Executive Officer (CEO) | London | 47 | 2009/10/09 | $1,200,000 | ExampleRow |
Ashton Cox | Junior Technical Author | San Francisco | 66 | 2009/01/12 | $86,000 | ExampleRow |
Bradley Greer | Software Engineer | London | 41 | 2012/10/13 | $132,000 | ExampleRow |
Brenden Wagner | Software Engineer | San Francisco | 28 | 2011/06/07 | $206,850 | ExampleRow |
Brielle Williamson | Integration Specialist | New York | 61 | 2012/12/02 | $372,000 | ExampleRow |
Bruno Nash | Software Engineer | London | 38 | 2011/05/03 | $163,500 | ExampleRow |
Caesar Vance | Pre-Sales Support | New York | 21 | 2011/12/12 | $106,450 | ExampleRow |
Cara Stevens | Sales Assistant | New York | 46 | 2011/12/06 | $145,600 | ExampleRow |
Cedric Kelly | Senior Javascript Developer | Edinburgh | 22 | 2012/03/29 | $433,060 | ExampleRow |
Name | Position | Office | Age | Start date | Salary | Ex |
Fewer columns Table Row Editor
You can easily have fewer columns in the Table Row Editor.
Five columns
Name | Position | Office | Age | Start date |
---|---|---|---|---|
Airi Satou | Accountant | Tokyo | 33 | 2008/11/28 |
Angelica Ramos | Chief Executive Officer (CEO) | London | 47 | 2009/10/09 |
Ashton Cox | Junior Technical Author | San Francisco | 66 | 2009/01/12 |
Bradley Greer | Software Engineer | London | 41 | 2012/10/13 |
Brenden Wagner | Software Engineer | San Francisco | 28 | 2011/06/07 |
Brielle Williamson | Integration Specialist | New York | 61 | 2012/12/02 |
Bruno Nash | Software Engineer | London | 38 | 2011/05/03 |
Caesar Vance | Pre-Sales Support | New York | 21 | 2011/12/12 |
Cara Stevens | Sales Assistant | New York | 46 | 2011/12/06 |
Cedric Kelly | Senior Javascript Developer | Edinburgh | 22 | 2012/03/29 |
Name | Position | Office | Age | Start date |
Other Editors
Other editors such as the Content Editor and the Bubble Editor have the same dependency regarding more/fewer columns like the Row Editor. So if you would like to have different number of columns you have to do the same process as for the Row Editor.
MDB Table Editor Options
The MDB Table Editor has a few default options that can be easily changed.
The default options are as follows:
Name | Type | Custom Value | Description |
---|---|---|---|
headerLength |
Number | 6 | Custom length of columns. |
evenTextColor |
String | #000 | Table even rows text color |
oddTextColor |
String | #000 | Table odd rows text color |
bgEvenColor |
String | '' | Table even rows background color |
bgOddColor |
String | '' | Table odd rows background color |
thText |
String | '' | Table head/footer rows text color |
thBg |
String | '' | Table head/footer rows background color |
modalEditor |
Boolean | false | To enable modal editor change to true |
rowEditor |
Boolean | false | To enable row editor change to true |
bubbleEditor |
Boolean | false | To enable bubble editor change to true |
contentEditor |
Boolean | false | To enable content editor change to true |
Modal Editor options
The modal Editor uses a basic default option for each table.
0 row selected
Name | Position | Office | Extn. | Start date | Salary | Examples |
---|---|---|---|---|---|---|
Name | Position | Office | Extn. | Start date | Salary | Examples |
Airi | Accountant | Tokyo | 5407 | 2008-11-28 | $162,700 | Examples |
Angelica Ramos | Chief Executive Officer (CEO) | London | 5797 | 2009-10-09 | $1,200,000 | Examples |
Ashton Cox | Junior Technical Author | San Francisco | 1562 | 2009-01-12 | $86,000 | Examples |
Bradley Greer | Software Engineer | London | 2558 | 2012-10-13 | $132,000 | Examples |
Brenden Wagner | Software Engineer | San Francisco | 1314 | 2011-06-07 | $206,850 | Examples |
Brielle Williamson | Integration Specialist | New York | 4804 | 2012-12-02 | $372,000 | Examples |
Caesar Vance | Pre-Sales Support | New York | 8330 | 2011-12-12 | $106,450 | Examples |
Cedric Kelly | Senior Javascript Developer | Edinburgh | 6224 | 2012-03-29 | $433,060 | Examples |
Charde Marshall | Regional Director | San Francisco | 6741 | 2008-10-16 | $470,600 | Examples |
Colleen Hurst | Javascript Developer | San Francisco | 2360 | 2009-09-15 | $205,500 | Examples |
Row Editor options
The row Editor uses a basic default option for each table.
Name | Position | Office | Extn. | Start date | Salary | Examples |
---|---|---|---|---|---|---|
Name | Position | Office | Extn. | Start date | Salary | Examples |
Airi | Accountant | Tokyo | 5407 | 2008-11-28 | $162,700 | Examples |
Angelica Ramos | Chief Executive Officer (CEO) | London | 5797 | 2009-10-09 | $1,200,000 | Examples |
Ashton Cox | Junior Technical Author | San Francisco | 1562 | 2009-01-12 | $86,000 | Examples |
Bradley Greer | Software Engineer | London | 2558 | 2012-10-13 | $132,000 | Examples |
Brenden Wagner | Software Engineer | San Francisco | 1314 | 2011-06-07 | $206,850 | Examples |
Brielle Williamson | Integration Specialist | New York | 4804 | 2012-12-02 | $372,000 | Examples |
Caesar Vance | Pre-Sales Support | New York | 8330 | 2011-12-12 | $106,450 | Examples |
Cedric Kelly | Senior Javascript Developer | Edinburgh | 6224 | 2012-03-29 | $433,060 | Examples |
Charde Marshall | Regional Director | San Francisco | 6741 | 2008-10-16 | $470,600 | Examples |
Colleen Hurst | Javascript Developer | San Francisco | 2360 | 2009-09-15 | $205,500 | Examples |
Content Editor options
The Content Editor uses a basic default option for each table.
Name | Position | Office | Extn. | Start date | Salary | Examples |
---|---|---|---|---|---|---|
Name | Position | Office | Extn. | Start date | Salary | Examples |
Airi | Accountant | Tokyo | 5407 | 2008-11-28 | $162,700 | Examples |
Angelica Ramos | Chief Executive Officer (CEO) | London | 5797 | 2009-10-09 | $1,200,000 | Examples |
Ashton Cox | Junior Technical Author | San Francisco | 1562 | 2009-01-12 | $86,000 | Examples |
Bradley Greer | Software Engineer | London | 2558 | 2012-10-13 | $132,000 | Examples |
Brenden Wagner | Software Engineer | San Francisco | 1314 | 2011-06-07 | $206,850 | Examples |
Brielle Williamson | Integration Specialist | New York | 4804 | 2012-12-02 | $372,000 | Examples |
Caesar Vance | Pre-Sales Support | New York | 8330 | 2011-12-12 | $106,450 | Examples |
Cedric Kelly | Senior Javascript Developer | Edinburgh | 6224 | 2012-03-29 | $433,060 | Examples |
Charde Marshall | Regional Director | San Francisco | 6741 | 2008-10-16 | $470,600 | Examples |
Colleen Hurst | Javascript Developer | San Francisco | 2360 | 2009-09-15 | $205,500 | Examples |
Bubble Editor options
The Bubble Editor uses a basic default option for each table and also few options only available for this editor type.
Name | Type | Custom Value | Description |
---|---|---|---|
bubblePositionX |
Number | 80 | Position X of bubble popover |
bubblePositionY |
Number | 0 | Position Y of bubble popover |
Name | Position | Office | Extn. | Start date | Salary | Examples |
---|---|---|---|---|---|---|
Name | Position | Office | Extn. | Start date | Salary | Examples |
Airi | Accountant | Tokyo | 5407 | 2008-11-28 | $162,700 | Examples |
Angelica Ramos | Chief Executive Officer (CEO) | London | 5797 | 2009-10-09 | $1,200,000 | Examples |
Ashton Cox | Junior Technical Author | San Francisco | 1562 | 2009-01-12 | $86,000 | Examples |
Bradley Greer | Software Engineer | London | 2558 | 2012-10-13 | $132,000 | Examples |
Brenden Wagner | Software Engineer | San Francisco | 1314 | 2011-06-07 | $206,850 | Examples |
Brielle Williamson | Integration Specialist | New York | 4804 | 2012-12-02 | $372,000 | Examples |
Caesar Vance | Pre-Sales Support | New York | 8330 | 2011-12-12 | $106,450 | Examples |
Cedric Kelly | Senior Javascript Developer | Edinburgh | 6224 | 2012-03-29 | $433,060 | Examples |
Charde Marshall | Regional Director | San Francisco | 6741 | 2008-10-16 | $470,600 | Examples |
Colleen Hurst | Javascript Developer | San Francisco | 2360 | 2009-09-15 | $205,500 | Examples |
MDB DataTable Editor - getting started : download & setup
Download
This plugin requires a purchase.
Buy table editor plugin