Search
-
Added Row buttons do not fire.
by kthorngren ·Thanks, that helps! You need to adjust your selectors for the event handler slightly: -
Trying to make first 2 columns of imported Datatable from Google Sheet clickable URls
by kthorngren ·@Oralpath This is off topic from the thread which is asking about URLs. Since its a new subject its best to start a new thread. -
Added Row buttons do not fire.
by kthorngren ·Currently, I am just adding a blank row and then setting the cells and details using a function in Filemaker that lets me "inject" data into the existing table cells by using the rowIndex. -
Added Row buttons do not fire.
by kthorngren ·Guessing this click event is what's not working: -
Added Row buttons do not fire.
by thegamechangerpro ·I am simply attempting to add rows but I the buttons don't fire in the newly added row(s). -
When using Editor and php library the search must match
by allan ·If you commented that in, did you also comment out the standard search? This block specifically? Otherwise the original search terms would still be used. -
Problem with rowgroup expand and collapse with same name
by devilfish ·I have a working table using rowGroup plugin. -
Scrolling Datatable -- NOT the "footer" ("Showing 1 to 20 of 256 entries" and paging)
by menashe ·Allan, -
Searchpanes custom panes filtering logic using Django DOM
by polow ·Thank you Allan, -
When using Editor and php library the search must match
by allan ·If you are using the server-side processing libraries for Editor in PHP, then you can uncomment this section and it will split the input string and search across it, similar to the client-side smart … -
dependent() not setting new value
by allan ·Hi, -
Prevent edit on rowgroup
by info@i-it.se ·I'm using Editor and Rowgroup. -
Refresh table on dropdown change
by canwejustcode ·code: -
Refresh table on dropdown change
by canwejustcode ·I have it like this: -
Refresh table on dropdown change
by canwejustcode ·If I do this: -
Refresh table on dropdown change
by kthorngren ·That was a typo -
Button dropdown in column header
by kthorngren ·The problem sounds like this same as discussed in this thread. If you remove the scrolling features the dropdown works here: -
Refresh table on dropdown change
by canwejustcode ·That was a typo: -
Refresh table on dropdown change
by canwejustcode ·code for the drop down that is calling the method to populate the table. It's only appending the rows and not doing a full refresh to show the data for the selected option. -
Inline Editor Select
by amb85 ·When using inline editing with a select box can you submit onchange? Right now the user needs to hit enter to save the change.