Search
43891 results 6451-6460
Forum
- 8th Nov 2023How to add a button at the end of data table display?Sounds like you need to use page.info() to get the total number of pages. Then use page() to get the current page. When they match display the button. If not match then make sure the button is removed or hidden. Use these in the page event. Kevin
- 2nd Nov 2023Change button label in TableThank you very much for the tip, it worked
- 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