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
nicosa
Posts: 10Questions: 1Answers: 0
i use this plugin
https://github.com/ashl1/datatables-rowsgroup
how i can merge 2 datatables into 1 datatables
please assist me, sir
Answers
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
Hi Colin,
thank for your advice, please any link for how combine two sources for give me a picture
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
yes, that is i mean, sir. anyway thank for your assist, i will try another way to build my app