Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap-table with bootstrap 4 and x-editable removes editable attributes #3705

Closed
hepabolu opened this issue Mar 24, 2018 · 5 comments
Closed
Labels
editable Issues for the editable extension.

Comments

@hepabolu
Copy link

hepabolu commented Mar 24, 2018

I'm trying to build a sortable table with inline editing using Bootstrap 4, jQuery 3.3.1, bootstrap-table1.12.1 and x-editable 1.5.1 (or the latest from the dev branch I could download).

I load the data using PHP and Twig, from the server. The list is long, i.e. many rows of data.
I managed to get the table sortable, but when I added x-editable, it seems the data-attributes are removed and the javascript is not called to make the table editable.

I've managed to reproduce the problem on jsfiddle.

I hope someone can help.

UPDATE: clicking around in the jsFiddle, I noticed that some of the fields are actually editable, but only in the first row, not the second.

UPDATE2: turns out there was an error in the data attributes. There is no 'data-type="checkbox"'. Once I changed that to checklist, the second row worked as well. I have updated the jsFiddle.

Only thing I need now is figure out how to make the checklists work.

UPDATE3: turns out the inline editing is lost when the table is filtered by using the search field.

@olivsinz
Copy link

same here...

@rodolfosouza
Copy link

rodolfosouza commented Mar 28, 2018

replace the buttons solve the issue, the problem is that Glyphicons icon font is missing

$.fn.editableform.buttons = '<button type="submit" class="btn btn-primary btn-sm editable-submit">'+ '<i class="fa fa-fw fa-check"></i>'+ '</button>'+ '<button type="button" class="btn btn-default btn-sm editable-cancel">'+ '<i class="fa fa-fw fa-times"></i>'+ '</button>';

@hepabolu
Copy link
Author

@rodolfosouza I did that but that and it solved the problem for the text fields. It didn't help for the checkboxes and it didn't solve the problem of UPDATE3: the editing links disappear when filtering the table by using the search field.

@wenzhixin
Copy link
Owner

Because of the latest version of x-editable does not support bootstrap v4, vitalets/x-editable#1071.

@wenzhixin wenzhixin added the editable Issues for the editable extension. label Mar 21, 2019
@wenzhixin
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editable Issues for the editable extension.
Projects
None yet
Development

No branches or pull requests

5 participants