Search
43827 results 6471-6480
Forum
- 25th Jan 2023How to link parent table to child table ?We'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
- 19th Jan 2023Is there any form to call a render table?Do you mean how to do you call draw()? It's simply that: table.draw(); in your button's event handler. Allan
- 5th Jan 2023Formatting of tableThe dom option is a Datatables initialization option. It replaces what you have on line 4 of your first code snippet. This might be in site.js if that is where the Datatables init code resides. Kevin
- 3rd Jan 2023bootstrap 5, inside does display table.I solved the issue. thanks @allan :smile:
- 9th Dec 2022export my table to pdf and excel it can not support persian language?There are loads of other threads on this topic. For example: 1 2 The other threads have more details, but basically the default pdfmake font file doesn't include the full set of UTF8 characters. You need a font file that does include the characters you want. Allan
- 8th Dec 2022Why is table displaying multiple sort arrows?Thank you! I was able to find the issue, which was some style overrides we had in our main application.css stylesheet. I was able to remove the extra sort arrows as a result. Thanks for your help!
- 8th Dec 2022Break long table rows to columnsThank you, Kevin. Good idea
- 2nd Dec 2022database Oracel connected but read field in tableThanks so much
- 28th Nov 2022Table.Draw() not working when ScrollX Enabled on table with drop down list filter for columnThanks very much.
- 18th Nov 2022How to put sorting symbols next to the Column name in the tableThis thread applies CSS to put the arrow on the left of the column - that may help give you some clues, Colin