Search
43648 results 6421-6430
Forum
- 9th Oct 2023Is Modifying-fields on preCreate work with a compound key table, because a get error.Sorry a field was on set(false).
- 21st Sep 2023How do I get the correct identifier for an editing from that has fields from more than one table?Never mind, got it to work, simple as expected. editor.field('AirCell.Description').focus();
- 18th Sep 2023How To: Triggering multiple table data loads from a select dropdownI forgot to add to use ajax.reload() to reload the Datatables in your select event handler. Kevin
- 4th Sep 2023Joining Table with Multiple ColumnsThis is the bit of the manual you need. Basically you can do: ->leftJoin( 'GemPrice gp', 'gp.GemTypeId = jpd.GemId AND gp.GemCutId = jpd.GemCut AND gp.GemSizeId = jpd.GemSize') to get what you are looking for. Allan
- 30th Aug 2023s there an example of actually modifying the row value in the data table using editor?Let's continue your discussion in this thread since it is still related. Allan
- 26th Aug 2023Is it possible to have fixed headers when the table is inside a scrollable container?Ah that makes sense - I was only thinking of my use case where I have a header and footer and a main content area that scrolls instead of of the browser scrolling. In that scenario it is simple because the scrolling container can't scroll in the window, I will definitely have a look at it, but my experience is in the backend, I only have a cursory knowledge of javascript. Thanks!
- 19th Jul 2023Not able to view data table in firefox 9.0.1 version.Are you sure about version 9.0.1 of Firefox? It was released in 2014... It's way past its support window :). Can you link to the page in question please? Allan
- 16th Jul 2023table not showing print buttonWe're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here. Cheers, Colin
- 14th Jul 2023Sorting table with narrator on switches focus to "Search:" edit field.This is where DataTables added its listeners for the sort action trigger. That in turn called this function, which as you can see will call e.preventDefault() when a keypress on the return key is detected. That alone should keep the focus where it is. I'm certain that this is a Narrator bug I'm afraid. One to report to Microsoft. Allan
- 3rd Jul 2023why data table pagination,entries,search fields are not workingWe're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here. Cheers, Colin