79255689

Date: 2024-12-05 17:31:06
Score: 1.5
Natty:
Report link

A short look at Tabulator documentation says that likely you will need rowFormatter https://tabulator.info/docs/6.3/format#row to somehow format the row with, indeed, html and other un-vue-like methods. But... why?

There are plenty of vue-based tables specifically developed for native usage of components in a row, column or wherever you want. I like Vuetify's Data Tables https://vuetifyjs.com/en/components/data-tables/data-and-display/ , although it is by no means the only such library. I can't think of a single thing I can't do with them that Tabulator can do. I think the reason for you not finding relevant examples is because nobody tries to use Vue and Tabulator together in the recent years. It just seems not particularly compatible.

Reasons:
  • Blacklisted phrase (0.5): why?
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Nikolajs Petrovs