datatable as input rowGroup
datatable as input rowGroup
Dralghazali
Posts: 3Questions: 1Answers: 0
in Editor
is it possible to use rowGroup in a datatable input field ?
This question has an accepted answers - jump to answer
Answers
Haven't tried it myself but I don't see why it wouldn't work. This example shows how to apply Datatables options. The
datatable
docs state this:Kevin
greetings Kevin
I have tried to add the rowGroup option to the config option in, but it is not working, neither throwing an error
the other config options are working and displaying fine
You need to use
rowGroup.dataSrc
to define the column you want to group. Next you need to use theorder
option to set the order of the table to that column. The the basic example. Also make sure you are loading the rowGroup extension code (JS and CSS).Kevin