vue-materialize-datatable
vue-materialize-datatable copied to clipboard
A fancy Materialize CSS datatable VueJS component.
I'm trying to download data with utf-8 format but i can't do this. There's any way ?
Hello There, i can't call the in my code . although the its already installed. no console error or anything but the tables didn't seems to appear. can you help?...
How can i use the render function of datatables to render rows?? render(row,cell,index){ let data = ""; if (row.status == "active") { data = ''+row.status+''; } if(row.status == 'inactive'){ data...
When paginate is set to false, the table footer containing pagination controls is removed. Then, when printing the table from the table button, a null null error is raised :...
This is probably not the most elegant way of a more generic way to sort, but it should probably do the trick with a minimum amount of changes to your...
So currently we have date time strings in the format of 'YYYY-MM-DD HH:MM:SS.' The data table sorts the values correctly based on their ASCII values but it does not sort...
I think I'm close but it blows up the page when I apply :sortable in the wrong place. With the below code I've been able to get the two manually...
Has anyone been able to disable sorting for specific columns? As far as I've seen its true or false in the and applies to all columns. Along with the sorting...
How can i make it responsive on multiple columns... without overflowing table header and table footer... just the horizontal scroll on the body
In the current version users cannot give current page numbers as props. But sometimes it is necessary to make the page number dynamic.