# Bug Report Table align doesn't seem to work vertically ## Description of the problem <img width="791" alt="Image" src="https://github.com/user-attachments/assets/730b4fb2-be56-448b-99cc-9aae8b212e63" /> ## Code sample (doc as any).table({ data: [ [ { align: { y: 'bottom' }, backgroundColor: '#ccc', text: 'test', }, ], ], }); ## Your environment pdfkit 0.17.1
Bug Report
Table align doesn't seem to work vertically
Description of the problem
Code sample
(doc as any).table({
data: [
[
{
align: { y: 'bottom' },
backgroundColor: '#ccc',
text: 'test',
},
],
],
});
Your environment
pdfkit 0.17.1