Display dividing line after a group of rows not every row
Display dividing line after a group of rows not every row
In my dataTable i am populating it with telephone numbers but these numbers can be duspliacted as they may have a different extension (for example) so rather than displaying the row divider on evey line i'd like to know if its possible to display after a number with numerious rows?
Below is an example with fake numbers in.

Note: its only if the telephone number matches not any other column
This discussion has been closed.
Answers
We have a RowGrouping plug-in which might be useful?
But to have the exact layout you show in your picture, you would need to use
drawCallback/drawto spin over the rows in the table and add / remove classes which will show the lines. Quite possible, but it will need little extra code.Allan