- feat: add option to show all entries in per-page
- feat: auto-hide pagination if no pages
- fix: TS7016 error
- feat: add vue3 support
- fix: columns with empty cells not being sorted correctly
- fix: plugin crashed when searching text on empty cells
- css: enhance display of editable cells
- feat: add built-in editable cells
- fix: property
columns
object array being changed by child component
- fix: unsupported JS syntax sugar
- feat: add support for user-provided search function
- feat: add built-in Action Buttons column
- feat: easy access to events emitted from user-defined cell components
- initial release after refactoring of legacy code
- css: removes Bootstrap as dependency, replacing it with our own custom CSS
- feat: add option to display user-provided Loading component (useful if data has not been loaded)
- fix: first table entry was incorrect on page 2 and onwards
- fix: empty filename when downloading data
- feat: export only filtered entries instead of all data entries
- feat: makes it possible to access column data from user-provided custom components
- feat: add option for user-provided table footer component
- fix: user-provided custom components not rendered properly
- break: interface changes
- feat: add support for user-provided vue components
- feat: add support for user-provided sorting function for individual columns
- feat: add Language Service Provider to set global language settings
- fix: numeric data sorted as string not as numbers
- fix: custom file name for exported file not working
- feat: allows setting the positions of components (pagination, search input, etc) via CSS' grid
- fix: default per-page value not working
- feat: allows display of HTML via
unsafeHTML
option (false by default, feature requested by users of the plugin) - fix: incorrect display of Action Buttons
- fix: column sorting not working
- break: remove vuex from deps
- break: interface changes
- css: overall improvements
- fix: crashes when sorting empty cells
- fix: crashes if user inputs out-of-range
go to page
value (keep it in range)
- fix: column not being sorted on first click
- feat: add option to select default sorting mode
- feat: add option to use HTML code in column title
- feat: add
columnKeys
option, a syntax sugar for defining columns
- feat: add button to export data to csv/xml/json/txt file
- css: overall improvements
- feat: add
go to page
button in pagination
- fix: remove unused code bundled with deployed code
- initial release
- feat: pagination
- feat: text searching
- feat: column sorting
- feat: display stats
- feat: empty table text
- feat: customizable text
- feat: lang support (en, es, pt-br)