News

the syntax of the DataTable. rowClass function : const rowClassfn = (data) => {return [{ 'bg-gray-100': data.total === 0}];}; In the above code i am trying to apply gray backgorund to those records ...
The DataTable works as expected, but a warning is shown in the console: [Vue warn]: ... If the dataKey property of the DataTable supports passing a function, the developer of the application will be ...