I want to show multiple groupin
I want to show multiple groupin
babar
Posts: 2Questions: 1Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
Do you mean like this RowGroup example. If not please provide details of what you want to achieve.
Kevin
this is link
https://live.datatables.net/jedelezu/300/edit
this is my code
@model IEnumerable<_Reports>
<style>
.tbl-dept > tbody > tr:nth-child(1) {
color: #0c4a9c;
font-weight: 700;
}
Your test case seems to run correctly. Although you have more columns defined in the
thead
than in the Datatable usingcolumns
.Please provide details of your questions or issues.
Kevin