x-editable Questions

3

Solved

I am trying to show a default value when a field is null or empty (string), and edit mode is disabled using x-editable. Using the attribute "data-value" works great when the field or string is null...
Almira asked 6/12, 2013 at 1:26

3

Solved

I cannot get x-editable`s "hidden" event to work on dynamically added classes (or fields) via JS. I can manage it to work only if I add editable classes straight on HTML, but this approach is not s...
Pneumatic asked 15/5, 2015 at 11:26

7

Solved

How do you adjust the input width of the popup it doesn't seem like there is any option for it in http://vitalets.github.io/x-editable/docs.html#text
Outcurve asked 9/5, 2013 at 4:50

6

All the examples online that I see show how to use X-Editable with Select2 library are using older versions of select2. X-Editable - http://vitalets.github.io/x-editable/ with Select2 - https://se...
Eclectic asked 16/5, 2015 at 0:21

2

I am new to JS, HTML, Django and all that related stuff, and I was not able to solve my problem on my own by reading documentation or using Google. I want to save inline-changes using x-editable t...
Massacre asked 6/8, 2015 at 10:4

5

Solved

Previously I have implemented inline editing with X-Editable and Bootstrap 3. With Bootstrap 4 it no longer seems to work. Check out the JsFiddle here. If I define a simple popup like this: <d...
Hydrate asked 25/10, 2017 at 7:23

4

I am trying to get X-Editable inline editing of a model in Django. I am simply trying to change attributes of a model instance (in this case, the name of a Dataset object). I am not sure how to wr...
Roughish asked 8/12, 2012 at 21:56

4

How can i validate information using jquery validation plugin when using XEDITABLE for edit-in-place? This is my current non-validated x-editable field This is what i pretend
Lasko asked 4/5, 2014 at 16:25

2

Solved

I have select button where I choose status for my entries. This status comes from statuses table and it's not a column in each table (it's general option). What I want to do is to change status_id ...
Pirozzo asked 12/12, 2017 at 0:27

1

I am having issues trying to get the selected object rather than the "newValue" that is passed to the success callback. Here is an example: $("select").editable({ type : "select", title: 'Selec...
Synchronism asked 19/7, 2017 at 10:37

6

How do I stop a Bootstrap x-editable from updating an edited field when ajax call fails? I am passing a function as the url. $('.order-price').editable({ type: "text", title: "Order Price", ur...
Asset asked 24/5, 2013 at 23:37

0

I am binding the data in a HTML table using ng-repeater now I need to show a checkbox in the table depends upon a db value whether true or false. Values are stored correctly I am not able to displa...
Caressa asked 9/3, 2017 at 7:46

5

I want to have a reset/clear button for all the filters in use, but I can't figure out what to fire off on on-click event tied to that button... for example: What would I have to fire off and/or...
Mojica asked 18/8, 2015 at 23:33

1

Solved

I'm, using bootstrap x-editable https://vitalets.github.io/x-editable/index.html This is my html code: <a href="#" data-name="category" class="addon" data-value="{{$cat->id}}" data-pk="{{$...
Pyridine asked 12/12, 2016 at 15:18

4

I am using angular-xeditable to edit elements within a form. I would like to have all the elements in "editable" mode at all times, e.g. no "edit" button needs to be pushed before the user starts e...
Bihari asked 23/9, 2014 at 6:18

3

Solved

I have been able to successfully implement x-editable to create new user and subsequently post changes to the DB. Everything is working fine in this regard. I wanted to use the numeric entry of a ...
Utimer asked 23/3, 2014 at 12:1

3

How to attach events to any data changes in fields done using XEditable? If not if there is any other plugin that allows that kind of behavior?
Dilorenzo asked 28/2, 2014 at 5:44

3

Solved

I'm using the x-editable plug-in to have in-place edits and it works well. The following jsfiddle shows an example from their documentation: http://jsfiddle.net/ibrahima_yock/CFNXM/27/ <div&gt...
Path asked 21/10, 2013 at 12:31

1

Solved

I'm using Datatables v 1.10.9 with x-editable v1.5.1 I have a number of rows with a column with an order value that is an integer. When the table loads initially, the x-editable is applied to all ...
The asked 30/10, 2015 at 4:57

1

Solved

I'm using angular-xeditable, the Angular flavor of X-Editable. I'm trying to adjust the input width using Bootstrap's grid column classes. A similar question, x-editable - adjusting the width of ...

0

I am using Bootstrap 3.5, Select2 4.0 and X-editable 1.5.1. I am facing a lot of issues since x-editable is no longer maintained to suit Bootstrap 3.5 and Select2 4.0. I have problems in sel...

3

Solved

I would like to use the bootstraps X-editable plugin. I retrieve server side data in my table and I would like to edit them in-line. As I see, X-editable is proposed to work with id's. Would be pos...
Drusy asked 24/10, 2013 at 14:32

3

Solved

I setting up a scenario very similar to the Editable Row example from the x-editable demo site. In this scenario, a there is a simple table with three columns for data and a fourth for edit and del...
Pennyroyal asked 19/9, 2015 at 4:22

2

Solved

In using X-editable I am running into this issue where if I specify the datepicker field mode: "popup", I get the popup to show just fine... but now if I have a long table (vertically or horizontal...
Zee asked 7/8, 2015 at 16:6

1

I have a custom x-editable input type for entering a city and selecting a country that renders like so: Notice the buttons at the bottom; This is so because the initialization code contains showb...
Abramabramo asked 15/7, 2013 at 12:7

© 2022 - 2024 — McMap. All rights reserved.