I found some issues while using DataGrid:
- I noticed that in this official demo:
https://jsfiddle.net/api/post/library/pure/
the scrollbar on the side causes the grid lines in the table to misalign.
However, this issue does not occur in this demo:
https://jsfiddle.net/gh/get/library/pur ... ed-headers.
- When using multiple levels of headers, if I set sorting to either true or false for a column, sorting doesn't work. However, if I don't set sorting at all, sorting works as expected.
I found this issue by modifying the following code in this demo:
https://jsfiddle.net/gh/get/library/pur ... ed-headersCode: Select all
{ id: 'weight', header: { format: 'Custom weight' }, sorting: true }