Hi Sir, i have 2 datatables how can make it use this plugin

Hi Sir, i have 2 datatables how can make it use this plugin

nicosanicosa Posts: 10Questions: 1Answers: 0
edited October 2023 in Free community support

i use this plugin
https://github.com/ashl1/datatables-rowsgroup

how i can merge 2 datatables into 1 datatables

please assist me, sir

Answers

  • colincolin Posts: 15,227Questions: 1Answers: 2,593

    That plugin isn't one of ours, so you'll need to report issues on that github link.

    If the two data tables have an identical structure, and you're using data to load the data, you could just combine the two sources before initialising the 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.

    Colin

  • nicosanicosa Posts: 10Questions: 1Answers: 0

    Hi Colin,

    thank for your advice, please any link for how combine two sources for give me a picture

  • allanallan Posts: 62,522Questions: 1Answers: 10,272 Site admin

    Do you mean merging two rows rather than two tables? If so, you could use the code in the repo you linked to as the basis for your own implementation. It is not something we support at this time.

    Allan

  • nicosanicosa Posts: 10Questions: 1Answers: 0

    yes, that is i mean, sir. anyway thank for your assist, i will try another way to build my app

Sign In or Register to comment.