-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
While best_in_place works more or less, it would be nice to make x-editable integrate tightly. There are few things that need to go in place as of now.
-
It would be nice if tabulatr triggered some event once table is rendered. This is necessary to trigger
$('.editable').editable();. Perhaps$('#'+this.id).trigger('tabulatr:response');somewhere here will do it. -
I was able to use inline only method withThis however distorts table in weird way, namely, td is wider that span inside. It somewhat can be mitigated with$.fn.editable.defaults.mode = 'inline'as I get JS error otherwise.
table.tabulatr_table {
table-layout: fixed;
}
Loading tooltip & popover plugins for bootstrap resolves popup issue.
- Each block in data proxy need to contain
xeditable?definition as required by x-editable-rails. AFAIK we neither can include stuff into a block nor to expect anything from instance_exec :( I wonder if an issue should be filed against x-editable-rails.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels