DataTables where data is already segmented into multiple arrays

DataTables where data is already segmented into multiple arrays

halivingstonhalivingston Posts: 2Questions: 0Answers: 0
edited November 2013 in General
I have a case to show data where I have a few categories of data .. Like food, shoes, etc.

these are stored in seperate json arrays.

how can show column 1 to be these categories. The reason I want to see if data tables can support this is because a very common case will be to select one "type" of data and show it but even combine two "types" of data.

so making a data table for each category .. I'll have to coalesce them somehow.

the other option is to it collated into one giant array and then each category is a filter. This has tue disadvantage of slowing down load times
fyi I have a few million rows.
This discussion has been closed.