How do I make compact even more compact?
How do I make compact even more compact?
QuickQuestion
Posts: 2Questions: 1Answers: 0
I'm currently using datatables to display some data, but I am principally an R/Matlab programmer and my web-fu is very, very week. I want to make my tables even more compact than the compact option - how can I do this?
Thanks!
This discussion has been closed.
Answers
%s/week/weak/g
This is where the compact style is defined in the DataTables default CSS (note that this is SCSS, so it would need to be compiled).
If you don't want to compile the SCSS, just search the CSS file for
compact
and alter the padding as you need.Allan