Skip to content

v1.0.12

Compare
Choose a tag to compare
@ratiw ratiw released this 09 May 17:35
· 153 commits to master since this release
  • new special field: __sequence. This special field will display the record sequence number using information from pagination data structure.
  • new special field: __checkbox. This special field will display checkbox in the table header and for each data item. You will need to specify the column name in the data structure that would uniquely identified each row (usualy id column). See doc for more information.
  • new item-actions option: extra. This option will let you add extra attribute(s) to the generated item action. See doc
  • new event: vuetable:set-options. You can broadcast this event to vuetable to programmatically set its props from main Vue instance.