Search
1548 results 151-160
Forum
- 30th Aug 2013Interacting with a dataTable initialised by iFrame from parent documentdataTable from the iFrame parent the requests fail. I
- 13th Jul 2013After closing fancybox, how to reload new data for datatable, not reload the entire parent page?from a link on parent page. Content of fancybox
- 18th May 2012Paginate Button not returning parentto call the pagination parent using [code] Column Header
- 14th Mar 2012Update parent row in real-time from expansion rowvalue to find the parent row by the (hidden)
- 23rd Oct 2010returning a datatable created in a popup to the parent windowreturn it to the parent window. Everything works fine.
- 8th Oct 2010How to adjust sScrollY with respect to parent containervertical scroll bar at parent layout panel. Do we
- 1st Dec 2009Problem: Parent container moves right on selecta dataTable causes a parent div to shift its
- 10th Jan 2025Render add return multiple DOM items without dummy parentPreface: this question is not urgent. Since the issue can easily be sidestepped. I am just curious. ^^ I am currently adding an 'Add' Row button to a table. As a result I had to move the rendering from the backend to the frontend via the render. The table in question had column with three buttons which were direct children of the -cell. original hierarchy: hierarchy after switching to column.render function: < div id=parent> I was curious if there was a way to preserve the original structure using the render function. Returning the buttons in an array: return [document.createElement("button"), document.createElement("button"), document.createElement("button")] resulted in [object HTMLButtonElement],[object HTMLButtonElement],[object HTMLButtonElement] Turning the HTMLButtonElemen objects into strings via outerHTML and cococatenating these strings results in the correct structure, but onclick handlers are lost. https://live.datatables.net/yokegoxe/36/edit. And that's about where I ran out of ideas. ^^ with kind regards, Flo
- 26th Jan 2024Parent and child datatable C#Dears, Please close the discussion I found the problem, the problem was in the method that JSON conveyed Thanks for the tip :)
- 15th Jun 2023Need some pointers on creating a parent -> child table configThanks - replied back by PM. Is datatables an option? Sure - CloudTables is just a configuration UI for DataTables, including database hosting, live updates, etc. If you had your own database and were happy writing the configuration code for DataTables / Editor, then that might be a better option for you. Child tables are pushing the boundaries for what CloudTables can currently do :) Allan