datatable
Here are 280 public repositories matching this topic...
I'm submitting a ... (check one with "x")
[X] feature request
[X] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior
Plenty of examples are out there with code but nothing explains where the values for the variables are coming from.
Expected behavior
Expect to be able to open the API document and have it t
-
Updated
Apr 23, 2020 - Java
Describe the bug
I tried to follow the documentation on styling the header, overriding the header using withStyles and overriding the theme. In all cases I could not find a way to make the header correctly handle a dark background. I had specific trouble when it came to the sorting indicator.
To Reproduce
- https://material-table.com/#/docs/features/styling
- Sort one of the column
router vue-table/src/components/VuetablePagination.vue
line 10
The word prev is spelled with the word next by mistake
<i v-if="icons.next != ''" class="{{icons.prev}}"></i>
should be
<i v-if="icons.prev != ''" class="{{icons.prev}}"></i>
Those who fail to find a document or an example refer here to resolve the issue first.
We are planned to build our official document site and before that is completed, please refer to the below link.
- Vue.js version: 2.6.10
- Nuxt.js version: 2.10.2
nuxt.config.js
plugins: [
....
{
src: "~plugins/vue-tables-2.js",
ssr: true, //or false, the same
},
..../plugins/vue-tables-2.js
import {
ServerTable
} from 'vue-tables-2'
export default ({
app: {
$axios,
},
}, inject) => {
Vue.use(ServeI'm submitting a ...
[ ] bug report
[x] feature request
[ ] support request
Current behavior
When using DataTable with selectionMode 'multiple' a clickable checkbox occures for every row.
Expected behavior
It should be possible to disable checkboxes conditionally for certain rows by e.g. a body for the checkbox column.
Enhancement Request
In the documentation about Custom Row Template, slot and slot-scope are used but they are deprecated since Vue 2.6.0. Can you please update the docs?
https://xaksis.github.io/vue-good-table/guide/advanced/
https://vuejs.org/v2/guide/components-slots.html#Deprecated-Syntax
Thank you.
-
Updated
Jun 6, 2020 - JavaScript
Just like in datatables you can specify:
order: [
[0, 'desc']
]
Is there a way to achieve the same thing with this plugin ?
Description
It looks like currently it is impossible to pass props to the renderer components.
Steps to reproduce
- Go to http://jsfiddle.net/js_ziggle/1jy4o0Lf/
- The
test-propprop should be readable in the renderer component, but it's not.
Demo
http://jsfiddle.net/js_ziggle/1jy4o0Lf/
Your environment
- Vue wrapper version: 4.1.1
- Handsontable version: 7.4.2
Expected behavior and actual behavior.
The documentation for the defaultValue function in the schema says The arguments passed to this function are: argument[0] = canvasDatagrid.header, argument[1] = row index.
I tried that with a function with two parameters, but only the header appears to be passed, and the row index parameter is showing up as undefined.
Looking at the code in intfs
This is a feature request.
Prerequisites
- Are you running the latest version?
- Are you reporting to the correct repository?
- Did you check the documentation?
- Did you perform a cursory search?
Description
It would be nice to get a config option to set the decimal
-
Updated
May 18, 2019 - JavaScript
Placing a <div id="datatable"></div> within a bootstrap <div class="container"> broke the datatable such that certain view port sizes had no datatable showing. This was confusing, and gotcha note in the docs could be helpful.
Example out-of-date
If there are datetime columns that are searchable, it causes that global search operates with these columns.
When some national characters are used (e.g. "ř" ), there is a problem with missing collation in datetime columns:
SQL General error: 1271 Illegal mix of collations for operation 'like'
I suggest another change... this will insert a "clear" button next to the search term.. most people will find it normal to have that. Plus is it inconvenient having to "backspace" to clear a search term.
=================================================================
Error in wiki
In this page there is an error: https://github.com/ratiw/vue-table/wiki/Customize-the-Pagination-Info
info-template="Showing {from} to {to} of {total} entries"
info-no-data-template="Showing 0 to 0 of 0 entries"
instead of
:pagination-info-template="Showing: {from} - {to} out of {total} records"
pagination-info-no-data-template="The requested query return no result"
-
Updated
Jun 3, 2020 - TypeScript
It would be nice if not only bootstrap but also the other default theme from datatables would be supported: http://datatables.net/manual/styling/foundation
Maybe this could be handled with some sort of switch?!
STR:
- navigate to demo page https://codepen.io/rubanraj54/full/zyZdzN
- navigate to any page using pagination bar
expected:
pagination_info will reflect current page
actual:
pagination_info stays the same "From 1 to 10 of 500 entries (500 total records) | 0 rows selected"
-
Updated
Jun 8, 2020 - CSS
-
Updated
Jun 1, 2020 - TypeScript
-
Updated
Jun 7, 2020 - TypeScript
Improve this page
Add a description, image, and links to the datatable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datatable topic, visit your repo's landing page and select "manage topics."



Describe the bug (required)
Seems like the following
uniquepremade aggregation not working well:https://github.com/tannerlinsley/react-table/blob/master/src/aggregations.js#L70-L72
I have the following column: