I use a different, CSS styled variation of the datatable for work.
The idea was to increase the readability and UI/UX of this component by adding:
a dash bootstrap style
a better styled header
a hover effect on rows
a row selection emphasis
Here is the article:
Nothing revolutionary, but I wanted to share the steps that I took and the CSS code it requires to improve it.
It may also be inspirational for those that don’t know what we can with CSS to change a component’s appearance.
@adamschroeder I don’t use it more often (it really depends on the use case), I just wanted to share this just in case the appearance of the datatable is a blocking reason for somebody to use it.
By the way, do you know if there are any updates planned for DataTable?